feat: pin Alpine bases, add PHP 8.4, Composer 2.9.5, HEALTHCHECK#110
Merged
jorge07 merged 2 commits intojorge07:masterfrom Feb 21, 2026
Merged
Conversation
…P 8.4
8.1: alpine:3.17 -> alpine:3.19, clean up edge repo refs, remove libsodium
workaround (native in 3.19). Source: Alpine v3.19 APKINDEX
8.2: add HEALTHCHECK, Composer 2.5.1 -> 2.9.5
8.3: alpine:edge -> alpine:3.20, clean repo refs. Source: Alpine v3.20 APKINDEX
8.4: new Dockerfile using alpine:edge (php84 not yet in stable Alpine)
TODO: pin to stable once PHP 8.4 lands in Alpine release
All: Composer 2.5.1 -> 2.9.5. Source: https://getcomposer.org/versions
All: add HEALTHCHECK (php-fpmXX -t config test)
CI: add 8.4 to pr.yaml and release.yaml build matrices
5674417 to
ae77770
Compare
jorge07
approved these changes
Feb 21, 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.
Comprehensive Dockerfile updates across all active PHP versions.
8.1 —
alpine:3.17→alpine:3.19, clean pinned repo refs, remove libsodium workaround8.2 — HEALTHCHECK + Composer 2.9.5 (base already pinned to 3.21)
8.3 —
alpine:edge→alpine:3.20, clean pinned repo refs8.4 — new Dockerfile (
alpine:edge, will pin when php84 lands in stable Alpine)All images:
php-fpmXX -tconfig test)CI: 8.4 added to build matrices in
pr.yamlandrelease.yamlPart of phase 2+3 modernisation.