chore(php-lol): bump PHP 8.x base images to latest patch releases#354
Merged
Merged
Conversation
- 8.1.34: add pinned SHA256 digest - 8.2.31 → 8.2.32 with updated digest - 8.3.31 → 8.3.32 with updated digest - 8.4.22 → 8.4.23 with updated digest"
Copilot created this pull request from a session on behalf of
bdossantos
July 7, 2026 07:37
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the php-lol image variants to the latest upstream PHP patch releases (8.2/8.3/8.4) and refreshes/pins the upstream base-image digests for reproducible builds (including adding the missing digest pin for the EOL PHP 8.1 variant).
Changes:
- Bump
php:8.4.x-fpm-bookwormbase image from8.4.22→8.4.23and updateENV VERSION/ARG VERSIONaccordingly. - Bump
php:8.3.x-fpm-bookwormbase image from8.3.31→8.3.32and updateENV VERSION/ARG VERSIONaccordingly. - Bump
php:8.2.x-fpm-bookwormbase image from8.2.31→8.2.32and updateENV VERSION/ARG VERSIONaccordingly; add digest pin for PHP8.1.34.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| dockerfiles/php-lol/Dockerfile.8.1 | Adds a pinned SHA256 digest for the existing (final/EOL) PHP 8.1.34 base image. |
| dockerfiles/php-lol/Dockerfile.8.2 | Updates PHP base image patch version and corresponding VERSION values. |
| dockerfiles/php-lol/Dockerfile.8.3 | Updates PHP base image patch version and corresponding VERSION values. |
| dockerfiles/php-lol/Dockerfile.8.4 | Updates PHP base image patch version and corresponding VERSION values. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updates all four
php-lolDockerfiles to their latest upstream PHP patch versions and pins/refreshes SHA256 digests.Changes
Dockerfile.8.18.1.34(no digest)8.1.34@sha256:e3893ee…Dockerfile.8.28.2.31@sha256:141b21d…8.2.32@sha256:a335d57…Dockerfile.8.38.3.31@sha256:04734f9…8.3.32@sha256:1e01582…Dockerfile.8.48.4.22@sha256:6fc039a…8.4.23@sha256:a32abe1…PHP 8.1 is EOL;
8.1.34is its final patch — only the missing digest pin was added.