Skip to content

Commit 927b7c1

Browse files
Version Packages (#561)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7474750 commit 927b7c1

File tree

24 files changed

+29
-28
lines changed

24 files changed

+29
-28
lines changed

.changeset/allow-app-backups.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

DOCKER_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All images are published as tags on `cloudflare/sandbox`:
1919
These images are designed to be used with the [`@cloudflare/sandbox`](https://www.npmjs.com/package/@cloudflare/sandbox) SDK. Reference them in your project's `Dockerfile`:
2020

2121
```dockerfile
22-
FROM cloudflare/sandbox:0.8.4-python
22+
FROM cloudflare/sandbox:0.8.5-python
2323
```
2424

2525
Then configure your `wrangler.toml` to use the image:

examples/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4-musl
1+
FROM docker.io/cloudflare/sandbox:0.8.5-musl
22

33
# Documents the ports this application uses (standard Docker convention)
44
EXPOSE 8080

examples/authentication/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4
1+
FROM docker.io/cloudflare/sandbox:0.8.5
22

33
# Documents the ports this application uses (standard Docker convention)
44
EXPOSE 8080

examples/claude-code/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4
1+
FROM docker.io/cloudflare/sandbox:0.8.5
22
RUN npm install -g @anthropic-ai/claude-code
33
ENV COMMAND_TIMEOUT_MS=300000
44
EXPOSE 3000
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4-python
1+
FROM docker.io/cloudflare/sandbox:0.8.5-python
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4
1+
FROM docker.io/cloudflare/sandbox:0.8.5
22

33
# Documents the ports this application uses (standard Docker convention)
44
EXPOSE 8080

examples/minimal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4
1+
FROM docker.io/cloudflare/sandbox:0.8.5
22

33
# Documents the ports this application uses (standard Docker convention)
44
EXPOSE 8080

examples/openai-agents/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4
1+
FROM docker.io/cloudflare/sandbox:0.8.5
22

33
# Documents the ports this application uses (standard Docker convention)
44
EXPOSE 8080

examples/opencode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.8.4-opencode
1+
FROM docker.io/cloudflare/sandbox:0.8.5-opencode
22

33
# Clone sample project for the web UI to work with
44
RUN git clone --depth 1 https://github.com/cloudflare/agents.git /home/user/agents

0 commit comments

Comments
 (0)