chore(deps): manual upgrade to Alpine 3.23#6051
Merged
jamengual merged 6 commits intorunatlantis:mainfrom Jan 23, 2026
Merged
Conversation
Manual update of Alpine from 3.21 to 3.23, including package dependencies Signed-off-by: Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com>
Vlaaaaaaad
commented
Dec 28, 2025
Signed-off-by: Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com>
lukemassa
previously approved these changes
Jan 6, 2026
Signed-off-by: Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com>
lukemassa
approved these changes
Jan 23, 2026
jamengual
approved these changes
Jan 23, 2026
Contributor
|
@Vlaaaaaaad Thanks for the contribution. |
Merged
Contributor
Author
|
Renovate seems to be able to bump Alpine versions without issue now, so no follow-up needed! 🎉 |
aidansteele
pushed a commit
to aidansteele/atlantis
that referenced
this pull request
Mar 12, 2026
Signed-off-by: Vlad Ionescu <Vlaaaaaaad@users.noreply.github.com> Co-authored-by: Luke Massa <lukefrederickmassa@gmail.com>
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
#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