Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/codeprobe/sandbox/Dockerfile.sg_only
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down