We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3584d1f commit 0c09c27Copy full SHA for 0c09c27
Dockerfile
@@ -1,5 +1,5 @@
1
# Start with a rust alpine image
2
-FROM rust:1-alpine3.10
+FROM rust:1-alpine3.11
3
# if needed, install dependencies here
4
#RUN apk add libseccomp-dev
5
# set the workdir and copy the source into it
@@ -9,7 +9,7 @@ COPY ./ /app
9
RUN cargo build --release
10
11
# use a plain alpine image, the alpine version needs to match the builder
12
-FROM alpine:3.10
+FROM alpine:3.11
13
14
#RUN apk add libseccomp
15
# copy the binary into the final image
0 commit comments