Skip to content

Commit 912e15f

Browse files
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.8-apache-trixie to 8.5.9-apache-trixie Updates `php` from 8.5.8-apache-trixie to 8.5.9-apache-trixie Updates `php` from 8.5.8-fpm-trixie to 8.5.9-fpm-trixie Updates `php` from 8.5.8-fpm-trixie to 8.5.9-fpm-trixie --- updated-dependencies: - dependency-name: php dependency-version: 8.5.9-apache-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php - dependency-name: php dependency-version: 8.5.9-fpm-trixie dependency-type: direct:production update-type: version-update:semver-patch dependency-group: php ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71e0882 commit 912e15f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer
66

77
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
8-
FROM php:8.5.8-apache-trixie AS runtime
8+
FROM php:8.5.9-apache-trixie AS runtime
99

1010
ARG DEBIAN_FRONTEND=noninteractive
1111

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer
66

77
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
8-
FROM php:8.5.8-fpm-trixie AS runtime
8+
FROM php:8.5.9-fpm-trixie AS runtime
99

1010
ARG DEBIAN_FRONTEND=noninteractive
1111

0 commit comments

Comments
 (0)