Skip to content

Commit 0c09c27

Browse files
authored
Bump alpine version
1 parent 3584d1f commit 0c09c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start with a rust alpine image
2-
FROM rust:1-alpine3.10
2+
FROM rust:1-alpine3.11
33
# if needed, install dependencies here
44
#RUN apk add libseccomp-dev
55
# set the workdir and copy the source into it
@@ -9,7 +9,7 @@ COPY ./ /app
99
RUN cargo build --release
1010

1111
# use a plain alpine image, the alpine version needs to match the builder
12-
FROM alpine:3.10
12+
FROM alpine:3.11
1313
# if needed, install dependencies here
1414
#RUN apk add libseccomp
1515
# copy the binary into the final image

0 commit comments

Comments
 (0)