From 4900abf04c445b2b7ef72bb2a556f11472621aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:00:21 +0000 Subject: [PATCH] chore(deps): update rustlang/rust:nightly-alpine3.21 docker digest to e9b2f3b --- distribution/docker/alpine.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/alpine.Dockerfile b/distribution/docker/alpine.Dockerfile index 234be1382..c2c59ca47 100644 --- a/distribution/docker/alpine.Dockerfile +++ b/distribution/docker/alpine.Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. ###### BINARY BUILD -FROM rustlang/rust:nightly-alpine3.21@sha256:58e3bec5e2353e0c679c038d6fa5f018063de167ab3b5e38afdc87754b354aed AS build +FROM rustlang/rust:nightly-alpine3.21@sha256:e9b2f3be655385897fe8140d8abad98d2db8304fefcb43339dc2389e9597f1d8 AS build RUN apk upgrade && apk add --no-cache \ git \