Skip to content

chore(php-lol): refresh PHP 8.2–8.4 base versions - #370

Merged
bdossantos merged 1 commit into
masterfrom
copilot/update-all-php-versions
Aug 30, 2026
Merged

chore(php-lol): refresh PHP 8.2–8.4 base versions#370
bdossantos merged 1 commit into
masterfrom
copilot/update-all-php-versions

Conversation

Copilot AI commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

Refresh the php-lol Docker variants to the latest available patch releases for the supported PHP lines. This keeps the image version metadata aligned with the pinned upstream php:fpm-bookworm bases.

  • Version bumps

    • Dockerfile.8.2: 8.2.328.2.33
    • Dockerfile.8.3: 8.3.328.3.33
    • Dockerfile.8.4: 8.4.238.4.25
  • Digest refresh

    • Updates the pinned FROM php:<version>-fpm-bookworm@sha256:... digests for each bumped variant so the Dockerfiles continue to resolve to the intended upstream image contents.
  • Version metadata alignment

    • Updates both ENV VERSION and ARG VERSION in each Dockerfile to match the new base image version.
-FROM php:8.3.32-fpm-bookworm@sha256:...
+FROM php:8.3.33-fpm-bookworm@sha256:...

-  VERSION=8.3.32
+  VERSION=8.3.33

-ARG VERSION=8.3.32
+ARG VERSION=8.3.33

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
@bdossantos
bdossantos marked this pull request as ready for review August 30, 2026 12:10
Copilot AI lite review requested due to automatic review settings August 30, 2026 12:10
@bdossantos
bdossantos merged commit 2500359 into master Aug 30, 2026
@bdossantos
bdossantos deleted the copilot/update-all-php-versions branch August 30, 2026 12:10

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.

🟢 Approval recommended

The version bumps, digests, and ENV/ARG VERSION metadata are consistent within each updated Dockerfile and no stale old-version references remain in the touched variants.

Pull request overview

This PR refreshes the php-lol Dockerfile variants to track the latest patch releases of the upstream php:<version>-fpm-bookworm images, keeping the pinned digests and in-image version metadata consistent for reproducible builds.

Changes:

  • Bump php-lol base image tags and pinned digests for PHP 8.2, 8.3, and 8.4 variants.
  • Align ENV VERSION and runtime-stage ARG VERSION in each Dockerfile with the updated upstream base version.
File summaries
File Description
dockerfiles/php-lol/Dockerfile.8.2 Updates FROM tag+digest and aligns ENV/ARG VERSION to PHP 8.2.33.
dockerfiles/php-lol/Dockerfile.8.3 Updates FROM tag+digest and aligns ENV/ARG VERSION to PHP 8.3.33.
dockerfiles/php-lol/Dockerfile.8.4 Updates FROM tag+digest and aligns ENV/ARG VERSION to PHP 8.4.25.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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