We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d8531 commit c99ccddCopy full SHA for c99ccdd
Dockerfile
@@ -12,7 +12,7 @@ RUN cargo build --release
12
RUN strip target/release/mini-docker-rust
13
14
# use a plain alpine image, the alpine version needs to match the builder
15
-FROM alpine:3.15
+FROM alpine:3.14
16
# if needed, install additional dependencies here
17
RUN apk add --no-cache libgcc
18
# copy the binary into the final image
0 commit comments