diff --git a/Dockerfile b/Dockerfile index 14e92374..d7ed1f1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # Base images are pinned by manifest-list digest (not just tag) so a moved or # compromised tag cannot silently change the build. Dependabot's Docker # ecosystem tracks these and bumps both the tag and the digest together. -FROM docker.io/library/rust:1-bookworm@sha256:82150a52ec202c1b14d7817e14516c392bb7f5cfebd88f1ed531cb37ebd39922 AS builder +FROM docker.io/library/rust:1-bookworm@sha256:9a73a5088750b4c95158ab26629c854c3d6fc4b173cb7bc8079ad252d8ed7bfa AS builder WORKDIR /src COPY Cargo.toml Cargo.lock ./