Skip to content

chore(php-lol): bump PHP 8.x base images to latest patch releases#354

Merged
bdossantos merged 1 commit into
masterfrom
copilot/bump-php-versions-and-debian-packages
Jul 7, 2026
Merged

chore(php-lol): bump PHP 8.x base images to latest patch releases#354
bdossantos merged 1 commit into
masterfrom
copilot/bump-php-versions-and-debian-packages

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Updates all four php-lol Dockerfiles to their latest upstream PHP patch versions and pins/refreshes SHA256 digests.

Changes

Dockerfile Before After
Dockerfile.8.1 8.1.34 (no digest) 8.1.34@sha256:e3893ee…
Dockerfile.8.2 8.2.31@sha256:141b21d… 8.2.32@sha256:a335d57…
Dockerfile.8.3 8.3.31@sha256:04734f9… 8.3.32@sha256:1e01582…
Dockerfile.8.4 8.4.22@sha256:6fc039a… 8.4.23@sha256:a32abe1…

PHP 8.1 is EOL; 8.1.34 is its final patch — only the missing digest pin was added.

- 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"
@bdossantos bdossantos marked this pull request as ready for review July 7, 2026 07:38
Copilot AI review requested due to automatic review settings July 7, 2026 07:38
@bdossantos bdossantos merged commit 000e5db into master Jul 7, 2026
@bdossantos bdossantos deleted the copilot/bump-php-versions-and-debian-packages branch July 7, 2026 07:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-bookworm base image from 8.4.228.4.23 and update ENV VERSION / ARG VERSION accordingly.
  • Bump php:8.3.x-fpm-bookworm base image from 8.3.318.3.32 and update ENV VERSION / ARG VERSION accordingly.
  • Bump php:8.2.x-fpm-bookworm base image from 8.2.318.2.32 and update ENV VERSION / ARG VERSION accordingly; add digest pin for PHP 8.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants