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 apps/api/Dockerfile.sandbox
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cloudflare Sandbox SDK base image — includes the /container-server/sandbox
# binary that exposes the HTTP API used by getSandbox()/exec()/readFile()/etc.
# IMPORTANT: The reviewed source tag for this digest is cloudflare/sandbox:0.12.1 and MUST match the @cloudflare/sandbox npm package version.
FROM docker.io/cloudflare/sandbox:0.12.1@sha256:ea9b35e61c800eddbc4450fad333e5dd26033a06f7d36624388b0711bef9f8c5
FROM docker.io/cloudflare/sandbox:0.12.7@sha256:6d741713aef266e8ae0831a5709c6f2d7b77b4952ac79b549f4f4e380af86fbe

COPY scripts/codex-device-auth.mjs /usr/local/bin/sam-codex-device-auth.mjs
COPY scripts/claude-setup-token.mjs /usr/local/bin/sam-claude-setup-token.mjs
Expand Down
Loading