We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8f557 commit 1075ddaCopy full SHA for 1075dda
Dockerfile
@@ -11,7 +11,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
11
COPY . .
12
RUN cargo build --verbose --locked --release
13
14
-FROM rust:slim-bullseye AS runtime
+FROM rust:slim-bookworm AS runtime
15
WORKDIR app
16
COPY --from=builder /app/target/release/cargo-msrv /usr/local/bin
17
ENTRYPOINT ["cargo-msrv", "msrv"]
0 commit comments