chore(deps): manual upgrade to Alpine 3.23 #6051
Open
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
#5658 is failing so here's a manual update of Alpine from 3.21 to 3.23, including package version updates.
why
TL;DR: Alpine 3.21 is too old — I needed Alpine 3.22 or 3.23 for .NET 10. Renovate configs beat me, so I did it manually.
I have some instances of Atlantis that, through Terraform and terraform-aws-lambda, call code to build Lambda functions written in .NET. This has been going great until .NET 10 was released in November and the automated
dotnet9todotnet10version bump caused my Atlantis image to fail building (my image is basicallyFROM ghcr.io/runatlantis/atlantisplus .NET, Python, and a few other exotic dependencies). I finally got to look into this, and the cause turned out to be Atlantis using Alpine 3.21 which only supportsdotnet8anddotnet9.I noticed the automated dependency upgrades for Atlantis have been failing for a while in #5658 and, after failing to fix Renovate, I decided to do the version upgrades manually: I manually bumped the Alpine image to 3.23.2 and I manually updated all the packages to their latest versions.
It would be a good idea to have a follow-up PR that fixes/checks the Renovate configuration for Alpine, but I'll leave that to someone with more Renovate experience — I totally failed to do that and the intersection of Renovate best practices, Alpine versioning,
mulled wine,and regex was too annoying to solve.tests
references