We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd6ea4 commit 2faddc6Copy full SHA for 2faddc6
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3 as build-env
+FROM alpine:3.20 as build-env
2
3
WORKDIR /workspace
4
COPY . ./
@@ -7,7 +7,7 @@ RUN cargo test --release
7
# https://users.rust-lang.org/t/sigsegv-with-program-linked-against-openssl-in-an-alpine-container/52172
8
RUN RUSTFLAGS="-C target-feature=-crt-static" cargo build --release
9
10
-FROM alpine:3 as runtime
+FROM alpine:3.20 as runtime
11
12
ARG VCS_REF
13
ARG BUILD_DATE
0 commit comments