diff --git a/Dockerfile b/Dockerfile index 7b8119c8..6741801c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # doubling the cold-cache cost for the same binary (T23). # P18: digest-pinned (multi-arch manifest list) so a rebuild months from now # resolves the same base layers; dependabot bumps the tag+digest pair. -FROM rust:1.98-slim@sha256:cc0448b41c3b7b7fea44f5dc50eacba729a56db365b65b7bd5e8a82d5b3db078 AS chef +FROM rust:1.98-slim@sha256:17d1ba895198f9934c6314ec5346a0d5115372f3243390c3d731e242f35c2f27 AS chef RUN cargo install cargo-chef --locked WORKDIR /app