From 63f4c5c77f725e6607ab92a9f6117c9db950f8ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 02:34:06 +0000 Subject: [PATCH] chore(deps): pin python docker tag to 2f17fc0 --- 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 82e26098..e6467317 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:2f17fc044b579bab302c2e8054d3a686e2cb9a83de48e70534b94cd8ebbe06a9 ENV DEBIAN_FRONTEND=noninteractive \ PYTHONDONTWRITEBYTECODE=1 \