Skip to content

Commit 7e319b9

Browse files
authored
Merge pull request #69 from specsnl/dependabot/docker/apache/php-19f9e1b9e3
Bump the php group across 2 directories with 1 update
2 parents 71e0882 + 912e15f commit 7e319b9

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)