Skip to content

Commit 1075dda

Browse files
authored
Update Dockerfile to use Debian bookworm
1 parent 2a8f557 commit 1075dda

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
@@ -11,7 +11,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1111
COPY . .
1212
RUN cargo build --verbose --locked --release
1313

14-
FROM rust:slim-bullseye AS runtime
14+
FROM rust:slim-bookworm AS runtime
1515
WORKDIR app
1616
COPY --from=builder /app/target/release/cargo-msrv /usr/local/bin
1717
ENTRYPOINT ["cargo-msrv", "msrv"]

0 commit comments

Comments
 (0)