From 264fc59773cc1a4abd5301d6bd1069fae373ee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:01:17 +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.20-apache-trixie to 8.4.21-apache-trixie Updates `php` from 8.4.20-apache-trixie to 8.4.21-apache-trixie Updates `php` from 8.4.20-fpm-trixie to 8.4.21-fpm-trixie Updates `php` from 8.4.20-fpm-trixie to 8.4.21-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.4.21-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.4.21-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 5f8309b..bd36786 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.4.20-apache-trixie AS runtime +FROM php:8.4.21-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index c06dd0c..08b2106 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.4.20-fpm-trixie AS runtime +FROM php:8.4.21-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive