From d616f6bba3521aece914b67a1246fa7051e5e2d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 18:34:29 +0000 Subject: [PATCH] Bump rust from `3c38f3f` to `a10e64d` in the docker-updates group Bumps the docker-updates group with 1 update: rust. Updates `rust` from `3c38f3f` to `a10e64d` --- updated-dependencies: - dependency-name: rust dependency-version: alpine dependency-type: direct:production dependency-group: docker-updates ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0938d0b..0773337 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build stage — cross-compile static musl binary # Pinned by digest so the build is reproducible; Dependabot raises the bump. -FROM rust:alpine@sha256:3c38f3f82c2f3d73da3b38e18d279393a04cb43ddded0e35088a8c3324d40900 AS builder +FROM rust:alpine@sha256:a10e64dd139b7387337c7fbe8aca31b959b57b2fd4c8ae20a02cf1d6ea424dce AS builder ARG TARGETARCH