Skip to content

Commit c99ccdd

Browse files
authored
Update Dockerfile
1 parent c0d8531 commit c99ccdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN cargo build --release
1212
RUN strip target/release/mini-docker-rust
1313

1414
# use a plain alpine image, the alpine version needs to match the builder
15-
FROM alpine:3.15
15+
FROM alpine:3.14
1616
# if needed, install additional dependencies here
1717
RUN apk add --no-cache libgcc
1818
# copy the binary into the final image

0 commit comments

Comments
 (0)