Pin curl to 8.5.0-2ubuntu10.13 in the base image - #23530
Merged
Merged
Conversation
Third occurrence of the same failure class in days: the exact patch pin ages out every time Ubuntu ships a security update (.11 -> .12 in #23461, and .12 is already gone too -- archive is on .13 now). curl's version here doesn't affect chainlink's build behavior, so there's no reason to fight the OS's own patch cadence. Verified the resulting apt-get line installs cleanly against the live archive.
Contributor
|
✅ No conflicts with other open PRs targeting |
Re-pin instead of leaving curl unversioned, per direct instruction to move forward without further pin-removal discussion. .13 is the current version in the Ubuntu 24.04 noble-updates/security archive.
HashWrangler
marked this pull request as ready for review
August 25, 2026 20:27
product-security-plaid-production
Bot
requested review from
jmank88,
kalverra and
patrickhuie19
August 25, 2026 20:27
dangitsdavid
approved these changes
Aug 25, 2026
|
HashWrangler
enabled auto-merge
August 25, 2026 20:53
kalverra
approved these changes
Aug 25, 2026
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.





What
Bumps the exact version pin on
curlincore/chainlink.Dockerfileandplugins/chainlink.Dockerfilefrom.11to.13, leavingca-certificates/gnupg/lsb-releasepinned as-is.Why
Third occurrence of the same failure in days: #23461 bumped the pin from
.11to.12after the archive moved;.12is already gone too, andchainlink-solana's CI (which builds from this Dockerfile directly) was failing the same way..13is the current version in the Ubuntu 24.04noble-updates/noble-securityarchive.Verification
Ran the resulting
apt-get installline against the live Ubuntu 24.04 archive in a local container -- installs cleanly, resolvescurl 8.5.0-2ubuntu10.13and itslibcurl4t64dependency together.