fix(deps): Bump runc replace pin from v1.2.8 to v1.3.6 - #6588
Open
kgeckhart wants to merge 2 commits into
Open
Conversation
kgeckhart
marked this pull request as ready for review
June 23, 2026 20:45
Contributor
🔍 Dependency Reviewgithub.com/opencontainers/runc v1.2.8 → v1.3.6 (and root module v1.3.3 → v1.3.6) — ✅ SafeScope
What changed (changelog highlights to review)
References
Impact assessment
Recommended checks (non-blocking)
Code changes required
github.com/opencontainers/selinux v1.13.0 → v1.13.1 — ✅ SafeScope
What changed (changelog highlights to review)
References
Impact assessment
Code changes required
Notes
|
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.
Brief description of Pull Request
Bump the runc
replacepin from v1.2.8 to v1.3.6 for security fixesPull Request Details
The
replacedirective pinned the effective build to v1.2.8 regardless of therequireline, so #6577, #6578, and #6579 — which bump onlyrequire— change nothing that ships; this supersedes all three. The original pin existed because runc v1.3.x movedlibcontainer/cgroupsinto a separate module the old cadvisor build needed; the grafana/cadvisor fork migrated toopencontainers/cgroupsin #5447, so the pin now only needs to stay below v1.4.0, which removeslibcontainer/userthat dockertest still imports.