Skip to content

Commit dcf36ef

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

File tree

7 files changed

+13
-12
lines changed

7 files changed

+13
-12
lines changed

.changeset/poor-birds-joke.md

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

examples/basic/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.3.6
5-
FROM cloudflare/sandbox-test:0.3.6
4+
# FROM docker.io/cloudflare/sandbox:0.3.7
5+
FROM cloudflare/sandbox-test:0.3.7
66

77
# On a mac, you might need to actively pick up the
88
# arm64 build of the image.

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cf-typegen": "wrangler types"
1212
},
1313
"devDependencies": {
14-
"@cloudflare/sandbox": "^0.3.6",
14+
"@cloudflare/sandbox": "^0.3.7",
1515
"@cloudflare/workers-types": "^4.20251003.0",
1616
"typescript": "^5.8.3",
1717
"wrangler": "^4.41.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sandbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/sandbox
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- [#98](https://github.com/cloudflare/sandbox-sdk/pull/98) [`d951819`](https://github.com/cloudflare/sandbox-sdk/commit/d951819b18e9cff9ce09851c6855f05039973b65) Thanks [@ghostwriternr](https://github.com/ghostwriternr)! - Bake wrangler, vite & opencode in base image
8+
39
## 0.3.6
410

511
### Patch Changes

packages/sandbox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ npm install @cloudflare/sandbox
7373
1. **Create a Dockerfile** (temporary requirement, will be removed in future releases):
7474

7575
```dockerfile
76-
FROM docker.io/cloudflare/sandbox:0.3.6
76+
FROM docker.io/cloudflare/sandbox:0.3.7
7777

7878
# Expose the ports you want to expose
7979
EXPOSE 3000

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/sandbox",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

0 commit comments

Comments
 (0)