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.agent
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# run with --network=bridge: the agent must reach the model API. Only the
# slot worktree and the session CLAUDE_CONFIG_DIR are mounted rw; the rest
# of the container filesystem is throwaway.
FROM node:22-bookworm-slim@sha256:6c74791e557ce11fc957704f6d4fe134a7bc8d6f5ca4403205b2966bd488f6b3
FROM node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9

ARG DEBIAN_SNAPSHOT=20260728T000000Z
ARG CLAUDE_CODE_VERSION=2.1.220
Expand Down
Loading