From 1b9fd4b416eeed7aaab3d920b2579c7e86f26438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:34:02 +0000 Subject: [PATCH] chore(deps): bump library/rust from `82150a5` to `9a73a50` Bumps library/rust from `82150a5` to `9a73a50`. --- updated-dependencies: - dependency-name: library/rust dependency-version: 1-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./