From df6934daae687c0e6ca4c42d253fc09e6a0d2954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:50:03 +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.5.7-apache-trixie to 8.5.8-apache-trixie Updates `php` from 8.5.7-fpm-trixie to 8.5.8-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.5.8-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.5.8-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 4afec1b..c2e46f7 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.5.7-apache-trixie AS runtime +FROM php:8.5.8-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 037f513..d0cd83b 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.5.7-fpm-trixie AS runtime +FROM php:8.5.8-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive