Add Alpine 3.23 and drop 3.21#1633
Merged
tianon merged 1 commit intodocker-library:masterfrom Dec 3, 2025
Merged
Conversation
For PHP 8.1 instead keep 3.21 until EOL end this year
tianon
reviewed
Dec 3, 2025
| continue | ||
| fi | ||
| if [[ "$rcVersion" = '8.1' ]] && [[ "$suite" = 'alpine3.23' ]]; then | ||
| # Keep PHP 8.1 with Alpine 3.21 default until end of year; see also https://github.com/docker-library/php/blob/9ab2e4b37addffaa10f06d9e5f54f7bd1f5ef18f/generate-stackbrew-library.sh#L120 |
Member
There was a problem hiding this comment.
While reviewing, I got confused by this wording because I had forgotten about
php/generate-stackbrew-library.sh
Lines 120 to 123 in 9ab2e4b
(leaving a link here so it's obvious to others too 😂)
Contributor
Author
There was a problem hiding this comment.
Yeah it was a bit of a quick hack and wording, but with the link it should suffice for code that will only be around for a handful of weeks 😉
tianon
approved these changes
Dec 3, 2025
Member
tianon
left a comment
There was a problem hiding this comment.
in 27 days
IT'S LIKE CHRISTMAS!! 🎄
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Dec 3, 2025
Changes: - docker-library/php@5d283a4f: Merge pull request docker-library/php#1633 from jnoordsij/alpine3.23 - docker-library/php@8b6304d5: Add Alpine 3.23 and drop 3.21
yosifkit
pushed a commit
to docker-library/official-images
that referenced
this pull request
Dec 4, 2025
Changes: - docker-library/php@5d283a4f: Merge pull request docker-library/php#1633 from jnoordsij/alpine3.23 - docker-library/php@8b6304d5: Add Alpine 3.23 and drop 3.21 Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
Merged
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.
Modelled after #1580.
Requires docker-library/official-images#20400.
This PR updates Alpine to the latest stable version: 3.23.
See also https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.23.0.
Notes
For PHP 8.1 I've opted instead to keep 3.21 until EOL end this year (see https://www.php.net/supported-versions.php)