fix(computer-use): re-pin Chromium to 150.0.7871.124, the current trixie build#929
Merged
Conversation
…xie build Debian's security pocket keeps only its latest build, so the exact pin has to track it. It rotated 150.0.7871.114 out of the archive, so every docker-build now fails at the computer-use apt step with "Version '150.0.7871.114-1~deb13u1' ... was not found" (apt exit 100), which turns the required docker-build check red repo-wide and blocks the merge queue. Re-pin to 150.0.7871.124, the version the trixie security pocket currently ships (ten point releases past .114, still far past the .46 SIGTRAP build). The docker-build CDP smoke gate proves it launches and binds the debugging port before this merges. Signed-off-by: Jannes Stubbemann <jannes@openclaw.rocks>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe computer-use Docker image updates its pinned Chromium version from ChangesChromium package pin
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thinking Path
Linked Issues or Issue Description
No issue filed; this is a live main-breaking regression. The computer-use image pinned Chromium 150.0.7871.114, which Debian rotated out of the trixie security pocket, failing every docker-build at the apt install step. Re-pin to the current build. Related to the computer-use pin history noted in the Dockerfile.
What Changed
Verification
Risks
Low risk. A same-line security point bump (150.0.7871.114 -> .124), well past the .46 build that SIGTRAPed; the CDP smoke gate fails the build if it does not launch. The moving-pin treadmill remains (the next rotation will need another bump); a durable fix (a snapshot.debian.org pin) is out of scope for this unblock.
Model Used
Claude Opus 4.8 (claude-opus-4-8), 1M context, extended thinking.
Summary by CodeRabbit