From 170e2000d8b7153be64367bab7c89d8b629dddc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 07:32:31 +0000 Subject: [PATCH] Bump czpython/drukbox/sandbox in /deploy/sandbox Bumps [czpython/drukbox/sandbox](https://github.com/czpython/drukbox) from `a5312ab` to `1b9e843`. - [Commits](https://github.com/czpython/drukbox/commits) --- updated-dependencies: - dependency-name: czpython/drukbox/sandbox dependency-version: latest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/sandbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/sandbox/Dockerfile b/deploy/sandbox/Dockerfile index 39411b0d..9f3f51c5 100644 --- a/deploy/sandbox/Dockerfile +++ b/deploy/sandbox/Dockerfile @@ -20,7 +20,7 @@ # Both targets are published by .github/workflows/publish-sandbox-image.yml. ARG BASE=docker-base -FROM ghcr.io/czpython/drukbox/sandbox:latest@sha256:a5312ab8289cab543f30ec7ba1f1ada8e027c78c9fe06ed5d52c0459e5a2ffef AS docker-base +FROM ghcr.io/czpython/drukbox/sandbox:latest@sha256:1b9e843541d57278655be9aef328b8648152a507b65cfb3e7b53c87087b29544 AS docker-base FROM ghcr.io/czpython/drukbox/sbx-sandbox:latest@sha256:ba4d9dc7454931b3f8c432855733453b005162a4c0c805f321bbef22a74b5ac6 AS sbx-base FROM ${BASE} AS toolchain