From c786a1352e0145e0303d7035f47e3e4e6c8adaac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:56:12 +0000 Subject: [PATCH] build(deps): bump debian in /deployments/container Bumps debian from `8d7a3dc` to `b6e2a15`. --- updated-dependencies: - dependency-name: debian dependency-version: trixie-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployments/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/container/Dockerfile b/deployments/container/Dockerfile index 191f755e2..c87f0a2b4 100644 --- a/deployments/container/Dockerfile +++ b/deployments/container/Dockerfile @@ -92,7 +92,7 @@ RUN --mount=type=cache,target=/mc/go/build-cache,id=gocache \ # issues/502 and issues/743) and dominated CI duration on the happy # path. Pinned by image digest for reproducibility; bash version follows # the trixie suite. Currently delivers bash 5.2.37, statically linked. -FROM debian:trixie-slim@sha256:8d7a3dca57e62717b0f10897aca189da5d7acde3cc1ced657bdfd06ef5379576 AS bash +FROM debian:trixie-slim@sha256:b6e2a152f22a40ff69d92cb397223c906017e1391a73c952b588e51af8883bf8 AS bash RUN apt-get update \ && apt-get install -y --no-install-recommends bash-static \ && rm -rf /var/lib/apt/lists/* \