From e51166b0568f2aae447bb009641805db8f679f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:57:59 +0000 Subject: [PATCH] Bump the php group across 2 directories with 1 update Bumps the php group with 1 update in the /apache directory: php. Bumps the php group with 1 update in the /fpm directory: php. Updates `php` from 8.4.22-apache-trixie to 8.4.23-apache-trixie Updates `php` from 8.4.22-apache-trixie to 8.4.23-apache-trixie Updates `php` from 8.4.22-fpm-trixie to 8.4.23-fpm-trixie Updates `php` from 8.4.22-fpm-trixie to 8.4.23-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.4.23-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.4.23-fpm-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php ... Signed-off-by: dependabot[bot] --- apache/Dockerfile | 2 +- fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index ad7a8a9..f2395e3 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -5,7 +5,7 @@ FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.4.22-apache-trixie AS runtime +FROM php:8.4.23-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 472ae4a..0dd8b39 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -5,7 +5,7 @@ FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.4.22-fpm-trixie AS runtime +FROM php:8.4.23-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive