From 161a51f2912341cbb4a97e41d511135019280e0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:35:47 +0000 Subject: [PATCH] chore(deps): pin python docker tag to 78387bc --- src/codeprobe/sandbox/Dockerfile.sg_only | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codeprobe/sandbox/Dockerfile.sg_only b/src/codeprobe/sandbox/Dockerfile.sg_only index 82e2609..056d245 100644 --- a/src/codeprobe/sandbox/Dockerfile.sg_only +++ b/src/codeprobe/sandbox/Dockerfile.sg_only @@ -3,7 +3,7 @@ # Provides python + git + ripgrep + coreutils so agents can run read/search/ # script workloads inside a container whose only writable surfaces are # those explicitly bind-mounted :rw by the caller. -FROM python:3.12-slim +FROM python:3.12-slim@sha256:78387bc3881b8273120a12ebe6c1ab22b018ccc2c9adf565ae1ac9b536e184ea ENV DEBIAN_FRONTEND=noninteractive \ PYTHONDONTWRITEBYTECODE=1 \