Skip to content

Commit 9eb4410

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

36 files changed

Lines changed: 59 additions & 76 deletions

File tree

‎.changeset/bridge-custom-spans.md‎

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

‎.changeset/destroy-never-admitted.md‎

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

‎.changeset/rpc-method-tracking.md‎

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

‎.changeset/surface-container-unavailable.md‎

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

‎.changeset/warm-pool-batched-scale-up.md‎

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

‎.changeset/warm-pool-eager-refill.md‎

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

‎.changeset/warm-pool-max-instances.md‎

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

‎DOCKER_README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All images are published as tags on `cloudflare/sandbox`:
1818
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`:
1919

2020
```dockerfile
21-
FROM cloudflare/sandbox:0.12.4-python
21+
FROM cloudflare/sandbox:0.12.5-python
2222
```
2323

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

‎bridge/worker/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Base image provided by Cloudflare — includes the sandbox control-plane server
22
# that listens on port 3000 and handles all SDK API calls.
3-
FROM docker.io/cloudflare/sandbox:0.12.4
3+
FROM docker.io/cloudflare/sandbox:0.12.5
44

55
# Install tooling for UC workspace operations and agent use.
66
# The base image is Debian-based and includes sh, ls, rm, mkdir, cp, etc.

‎bridge/worker/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The default configuration uses `"lite"` instances with `max_instances: 3`. This
5757
The bridge worker depends on two versioned artifacts that should be kept in sync:
5858

5959
1. **`@cloudflare/sandbox`** — the SDK package in `package.json`. Bump the version (or use `"*"` to track latest) and run `npm install`.
60-
2. **`cloudflare/sandbox` Docker image** — the base image tag in `Dockerfile` (e.g. `FROM docker.io/cloudflare/sandbox:0.12.4`). Update the tag to match the SDK version.
60+
2. **`cloudflare/sandbox` Docker image** — the base image tag in `Dockerfile` (e.g. `FROM docker.io/cloudflare/sandbox:0.12.5`). Update the tag to match the SDK version.
6161

6262
Both versions should match — the SDK and container image are released together. After updating:
6363

0 commit comments

Comments
 (0)