#2534 included dropping alpine 3.22 in favor of 3.24.
Problem
There is a security release in the node v24 LTS line in 24.17.0, but the docker image for it, doesn't come in alpine 3.22 versions.
This is a bit troublesome in the sense that now a security fix version, which tens to be quite small, needs a jump of alpine version (or two), introducing more uncertainty in the update than would be expected of an LTS minor update.
Solution
Bringing back alpine 3.22 for node 24 versions
Alternatives to Consider
No idea how else to handle this.
==========
I'll create a PR today for this
Edit: Reading closely the commit history, the drop of alpine3.22 happened before the update, my bad for originally implying it was related.
#2534 included dropping alpine 3.22 in favor of 3.24.
Problem
There is a security release in the node v24 LTS line in 24.17.0, but the docker image for it, doesn't come in alpine 3.22 versions.
This is a bit troublesome in the sense that now a security fix version, which tens to be quite small, needs a jump of alpine version (or two), introducing more uncertainty in the update than would be expected of an LTS minor update.
Solution
Bringing back alpine 3.22 for node 24 versions
Alternatives to Consider
No idea how else to handle this.
==========
I'll create a PR today for this
Edit: Reading closely the commit history, the drop of alpine3.22 happened before the update, my bad for originally implying it was related.