Skip to content

Commit 7918da0

Browse files
authored
alpine3.18
1 parent 2c032f8 commit 7918da0

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.17
2+
FROM rust:1-alpine3.18
33
# This is important, see https://github.com/rust-lang/docker-rust/issues/85
44
ENV RUSTFLAGS="-C target-feature=-crt-static"
55
# if needed, add additional dependencies here
@@ -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.17
15+
FROM alpine:3.18
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)