Skip to content

Commit 3fb3a43

Browse files
Version Packages
1 parent a55a10c commit 3fb3a43

File tree

8 files changed

+39
-20
lines changed

8 files changed

+39
-20
lines changed

.changeset/yellow-actors-itch.md

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

examples/basic/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.4.3
5-
FROM cloudflare/sandbox-test:0.4.3
4+
# FROM docker.io/cloudflare/sandbox:0.4.4
5+
FROM cloudflare/sandbox-test:0.4.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.4.3
9+
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.4
1010

1111
# Expose the ports you want to expose
1212
EXPOSE 8080
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.4.3
5-
FROM cloudflare/sandbox-test:0.4.3
4+
# FROM docker.io/cloudflare/sandbox:0.4.4
5+
FROM cloudflare/sandbox-test:0.4.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.4.3
9+
# FROM --platform=linux/arm64 cloudflare/sandbox-test:0.4.4

examples/minimal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/cloudflare/sandbox:0.4.3
1+
FROM docker.io/cloudflare/sandbox:0.4.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.4.3
4+
# FROM --platform=linux/arm64 docker.io/cloudflare/sandbox:0.4.4

package-lock.json

Lines changed: 23 additions & 5 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.4.4
4+
5+
### Patch Changes
6+
7+
- [#125](https://github.com/cloudflare/sandbox-sdk/pull/125) [`fddccfd`](https://github.com/cloudflare/sandbox-sdk/commit/fddccfdce8204ce2aa7dadc0ad9fb2acbdeaec51) Thanks [@whoiskatrin](https://github.com/whoiskatrin)! - add docker image to pkg workflow
8+
39
## 0.4.3
410

511
### Patch Changes

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.4.3",
3+
"version": "0.4.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/sandbox-sdk"

tests/e2e/test-worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Integration test Dockerfile
2-
FROM docker.io/cloudflare/sandbox-test:0.4.3
2+
FROM docker.io/cloudflare/sandbox-test:0.4.4
33

44
# Expose ports used for testing
55
EXPOSE 8080

0 commit comments

Comments
 (0)