fix(cannon): install just from releases in Dockerfile.diff#19521
Merged
fix(cannon): install just from releases in Dockerfile.diff#19521
Conversation
Wiz Scan Summary
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e83d6f6 to
4fcf748
Compare
theochap
approved these changes
Mar 13, 2026
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #19521 +/- ##
===========================================
- Coverage 75.6% 66.4% -9.3%
===========================================
Files 675 55 -620
Lines 71437 4030 -67407
===========================================
- Hits 54033 2677 -51356
+ Misses 17260 1209 -16051
Partials 144 144
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Summary
cannon-stf-verifyCI job fails becausecannon/Dockerfile.diffinstallsjustfrom Alpine packages (v1.37.0), but justfiles in the repo use the[script('bash')]attribute which requiresjust >= 1.38.0.justpackage with a direct install from GitHub releases, pinned to v1.46.0 to matchmise.toml.Test plan
cannon-stf-verifyCI job passes with the updated Dockerfile🤖 Generated with Claude Code