Skip to content

build(deps): bump cloudflare/sandbox from 0.12.4-python to 0.12.7-python - #1624

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/cloudflare/sandbox-0.12.7-python
Open

build(deps): bump cloudflare/sandbox from 0.12.4-python to 0.12.7-python#1624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/cloudflare/sandbox-0.12.7-python

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor

Bumps cloudflare/sandbox from 0.12.4-python to 0.12.7-python.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps cloudflare/sandbox from 0.12.4-python to 0.12.7-python.

---
updated-dependencies:
- dependency-name: cloudflare/sandbox
  dependency-version: 0.12.7-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
push ee7eed0 Aug 22 2026, 09:44 PM

@push-agent push-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot bumps the Cloudflare Sandbox base image from 0.12.4-python to 0.12.7-python. The Dockerfile's own header (lines 4-6) mandates keeping this tag pinned to the @cloudflare/sandbox npm package version in app/package.json, but that package is still 0.12.4 — creating exactly the version mismatch the file warns can 'produce SDK warnings and break features.' Several in-repo references also drift stale.


Review by Push · fugu

Comment thread Dockerfile.sandbox
# `engine-strict`, and pnpm exits 0. Do not "fix" it by forcing Node 24 in here.

FROM docker.io/cloudflare/sandbox:0.12.4-python
FROM docker.io/cloudflare/sandbox:0.12.7-python

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: Version-pin invariant broken. The header at lines 4-6 requires this base image tag to stay pinned to the @cloudflare/sandbox package version in app/package.json, warning that a mismatch "produces SDK warnings and can break features." app/package.json still declares "@cloudflare/sandbox": "0.12.4", so bumping the image to 0.12.7-python alone introduces the mismatch. Bump the npm package to 0.12.7 in the same PR (and mirror in sandbox/app.py per the note at lines 18-20), or hold this Dependabot bump until the SDK is bumped together.

Comment thread Dockerfile.sandbox
# `engine-strict`, and pnpm exits 0. Do not "fix" it by forcing Node 24 in here.

FROM docker.io/cloudflare/sandbox:0.12.4-python
FROM docker.io/cloudflare/sandbox:0.12.7-python

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Stale self-references left behind: the verification snippets in this same file still cite cloudflare/sandbox:0.12.4-python (lines 25 and 30), and ARCHITECTURE.md line 109 still reads "extends cloudflare/sandbox:0.12.4-python". Update these to 0.12.7 so the docs match the pinned tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants