Skip to content

Commit

Permalink
Upgrade to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Aug 3, 2024
1 parent b35238c commit cbec5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG SOURCE_FILE="https://github.com/hickory-dns/hickory-dns/archive/b0b6957b58c5
# wget https://github.com/hickory-dns/hickory-dns/archive/refs/tags/v${VERSION}.tar.gz -O - | sha256sum
ARG SOURCE_SHA256="8bc701dbca62e8da9ca48e06e48fa5393db294b88490ecfca6e4199c2d9dd4e3"

FROM alpine:3.19 as build-env
FROM alpine:3.20 as build-env

ARG VERSION
ARG SOURCE_FILE
Expand All @@ -27,7 +27,7 @@ RUN cargo fetch
# https://users.rust-lang.org/t/sigsegv-with-program-linked-against-openssl-in-an-alpine-container/52172
RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release --no-default-features --features $FEATURES

FROM alpine:3.19 as runtime
FROM alpine:3.20 as runtime

ARG VERSION
ARG SOURCE_FILE
Expand Down

0 comments on commit cbec5aa

Please sign in to comment.