From 8511c7ee344c21476146f690bcced161f4830cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 17:18:12 +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.3.30-apache-trixie to 8.3.31-apache-trixie Updates `php` from 8.3.30-apache-trixie to 8.3.31-apache-trixie Updates `php` from 8.3.30-fpm-trixie to 8.3.31-fpm-trixie Updates `php` from 8.3.30-fpm-trixie to 8.3.31-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.3.31-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.3.31-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 58c382d..4088732 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.30-apache-trixie AS runtime +FROM php:8.3.31-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 7dc2339..39ff9fa 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.30-fpm-trixie AS runtime +FROM php:8.3.31-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive