From 43a5fb0fcc8b144a13a61e6fd4d97b603af07a8a Mon Sep 17 00:00:00 2001 From: band-release-bot Date: Mon, 10 Aug 2026 05:39:45 +0000 Subject: [PATCH] chore: bump band-python-kit base digests (1.6.0-r1 rebuild) --- docker/band_python_kit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/band_python_kit/Dockerfile b/docker/band_python_kit/Dockerfile index ade12b8f1..55ac0b197 100644 --- a/docker/band_python_kit/Dockerfile +++ b/docker/band_python_kit/Dockerfile @@ -3,7 +3,7 @@ # pin human-legible; the digest is what actually gets resolved — re-pin by # passing --build-arg to bump either, but always keep both in sync (the tag # is documentation, not an independent fallback). -ARG PYTHON_BASE_IMAGE=python:3.12.13-slim-trixie@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de +ARG PYTHON_BASE_IMAGE=python:3.12.13-slim-trixie@sha256:229a2c5bfa27522db7815ea81f9bed70af17ccb9de9fc7ad142b1877b5830d36 ARG UV_IMAGE=ghcr.io/astral-sh/uv:0.9.13@sha256:f07d1bf7b1fb4b983eed2b31320e25a2a76625bdf83d5ff0208fe105d4d8d2f5 # Shared by both stages so the venv is built at the exact absolute path it # will live at in the runtime image — see UV_PROJECT_ENVIRONMENT below.