@cloudflare/sandbox 0.8.3 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -222,7 +222,7 @@ ENTRYPOINT ["/container-server/sandbox"]
222
222
  # ============================================================================
223
223
  # Desktop variant — full Linux desktop with robotgo native control
224
224
  # ============================================================================
225
- FROM golang:1.24-bookworm AS go-builder
225
+ FROM golang:1.25-bookworm AS go-builder
226
226
 
227
227
  RUN mkdir -p /usr/local/share/ca-certificates
228
228
  RUN --mount=type=secret,id=wrangler_ca \
package/dist/index.js CHANGED
@@ -3632,7 +3632,7 @@ function buildS3fsSource(bucket, prefix) {
3632
3632
  * This file is auto-updated by .github/changeset-version.ts during releases
3633
3633
  * DO NOT EDIT MANUALLY - Changes will be overwritten on the next version bump
3634
3634
  */
3635
- const SDK_VERSION = "0.8.3";
3635
+ const SDK_VERSION = "0.8.4";
3636
3636
 
3637
3637
  //#endregion
3638
3638
  //#region src/sandbox.ts