Skip to content

Commit 2fae0e5

Browse files
Version Packages (#283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d3997a8 commit 2fae0e5

File tree

18 files changed

+28
-47
lines changed

18 files changed

+28
-47
lines changed

.changeset/add-opencode-integration.md

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

.changeset/funny-beans-exist.md

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

.changeset/improve-session-initialization.md

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

.changeset/sixty-walls-serve.md

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

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.6.3
1+
FROM docker.io/cloudflare/sandbox:0.6.4
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.6.3-python
1+
FROM docker.io/cloudflare/sandbox:0.6.4-python

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.6.3
1+
FROM docker.io/cloudflare/sandbox:0.6.4
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.6.3
1+
FROM docker.io/cloudflare/sandbox:0.6.4
22

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

33
# Add opencode install location to PATH before installation
44
ENV PATH="/root/.opencode/bin:${PATH}"

examples/typescript-validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Cloudflare sandbox as base
2-
FROM docker.io/cloudflare/sandbox:0.6.3
2+
FROM docker.io/cloudflare/sandbox:0.6.4
33

44
# Install esbuild for TypeScript bundling
55
RUN npm install -g esbuild

0 commit comments

Comments
 (0)