Skip to content

Commit 2faddc6

Browse files
authored
Update to Alpine 3.20
1 parent 9cd6ea4 commit 2faddc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3 as build-env
1+
FROM alpine:3.20 as build-env
22

33
WORKDIR /workspace
44
COPY . ./
@@ -7,7 +7,7 @@ RUN cargo test --release
77
# https://users.rust-lang.org/t/sigsegv-with-program-linked-against-openssl-in-an-alpine-container/52172
88
RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release
99

10-
FROM alpine:3 as runtime
10+
FROM alpine:3.20 as runtime
1111

1212
ARG VCS_REF
1313
ARG BUILD_DATE

0 commit comments

Comments
 (0)