Skip to content

Commit b1c2649

Browse files
Version Packages (#492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32254ea commit b1c2649

File tree

23 files changed

+34
-39
lines changed

23 files changed

+34
-39
lines changed

.changeset/add-opencode-custom-env.md

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

.changeset/fix-pty-env-null-bytes.md

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

.changeset/local-mount-sync.md

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

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.7.17-musl
1+
FROM docker.io/cloudflare/sandbox:0.7.18-musl
22

33
# Required during local development to access exposed ports
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.7.17
1+
FROM docker.io/cloudflare/sandbox:0.7.18
22

33
# Required during local development to access exposed ports
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.7.17
1+
FROM docker.io/cloudflare/sandbox:0.7.18
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.7.17-python
1+
FROM docker.io/cloudflare/sandbox:0.7.18-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.7.17
1+
FROM docker.io/cloudflare/sandbox:0.7.18
22

33
# Required during local development to access exposed ports
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.7.17
1+
FROM docker.io/cloudflare/sandbox:0.7.18
22

33
# Required during local development to access exposed ports
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.7.17
1+
FROM docker.io/cloudflare/sandbox:0.7.18
22

33
# Required during local development to access exposed ports
44
EXPOSE 8080

0 commit comments

Comments
 (0)