From 548eaa794eb89b47236cb8675dd0d53f10ae575c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 18:01:43 +0000 Subject: [PATCH] chore(deps): 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.3.31-apache-trixie to 8.3.32-apache-trixie Updates `php` from 8.3.31-apache-trixie to 8.3.32-apache-trixie Updates `php` from 8.3.31-fpm-trixie to 8.3.32-fpm-trixie Updates `php` from 8.3.31-fpm-trixie to 8.3.32-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.3.32-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.3.32-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 abc2a31..b1fd3b1 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.3.31-apache-trixie AS runtime +FROM php:8.3.32-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 23242f1..9dfb9a0 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.3.31-fpm-trixie AS runtime +FROM php:8.3.32-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive