File tree Expand file tree Collapse file tree 12 files changed +56
-39
lines changed
Expand file tree Collapse file tree 12 files changed +56
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- FROM docker.io/cloudflare/sandbox:0.5.3
1+ FROM docker.io/cloudflare/sandbox:0.5.4
22RUN npm install -g @anthropic-ai/claude-code
33ENV COMMAND_TIMEOUT_MS=300000
44EXPOSE 3000
55
66# On a Mac with Apple Silicon, you might need to specify the platform:
7- # FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.5.3
7+ # FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.5.4
Original file line number Diff line number Diff line change 11# This image is unique to this repo, and you'll never need it.
22# Whenever you're integrating with sandbox SDK in your own project,
33# you should use the official image instead:
4- # FROM docker.io/cloudflare/sandbox:0.5.3
5- FROM cloudflare/sandbox-test:0.5.3
4+ # FROM docker.io/cloudflare/sandbox:0.5.4
5+ FROM cloudflare/sandbox-test:0.5.4
66
77# On a mac, you might need to actively pick up the
88# arm64 build of the image.
9- # FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.3
9+ # FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.4
Original file line number Diff line number Diff line change 1- FROM docker.io/cloudflare/sandbox:0.5.3
1+ FROM docker.io/cloudflare/sandbox:0.5.4
22
33# On a Mac with Apple Silicon, you might need to specify the platform:
4- # FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.5.3
4+ # FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.5.4
55
66# Required during local development to access exposed ports
77EXPOSE 8080
Original file line number Diff line number Diff line change 11# This image is unique to this repo, and you'll never need it.
22# Whenever you're integrating with sandbox SDK in your own project,
33# you should use the official image instead:
4- # FROM docker.io/cloudflare/sandbox:0.5.3
5- # FROM cloudflare/sandbox-test:0.5.3
4+ # FROM docker.io/cloudflare/sandbox:0.5.4
5+ # FROM cloudflare/sandbox-test:0.5.4
66
77# On a mac, you might need to actively pick up the
88# arm64 build of the image.
9- FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.3
9+ FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.4
1010
1111# Required during local development to access exposed ports
1212EXPOSE 8080
Original file line number Diff line number Diff line change 11# Use Cloudflare sandbox as base
2- FROM docker.io/cloudflare/sandbox:0.5.3
2+ FROM docker.io/cloudflare/sandbox:0.5.4
33
44# On a mac, you might need to actively pick up the
55# arm64 build of the image.
6- # FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.3
6+ # FROM --platform=linux/arm64 cloudflare/sandbox-test:0.5.4
77
88
99# Install esbuild for TypeScript bundling
You can’t perform that action at this time.
0 commit comments