chore(deps): bump php 8.2/8.4/8.5 and patch the php 8.1 base - #360
Merged
mrrobot47 merged 3 commits intoSep 25, 2026
Merged
Conversation
php/8.5 had no dependabot entry, so it stayed on 8.5.7 while upstream shipped 8.5.8 to 8.5.11.
php:8.1.34-fpm is the final PHP 8.1 release and upstream no longer rebuilds it, so its Debian 13 base stays at 13.2. Upgrading at build time keeps the base libraries patched while Debian 13 is supported.
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.
Bumps the PHP base images to the latest upstream patch releases:
php/8.5 had no dependabot entry, so it stayed on 8.5.7 (bumped by hand in June) while upstream shipped 8.5.8, 8.5.9, 8.5.10 and 8.5.11. This adds
/php/8.5to.github/dependabot.yamlwith the same patch-only rule as the other PHP versions.php/8.1 is already on the final release (8.1.34, PHP 8.1 is EOL), but upstream no longer rebuilds
php:8.1.34-fpm, so its Debian 13 base is frozen at 13.2. The 8.1 image now runsapt-get upgradeat build time to pick up Debian security updates while Debian 13 is supported.