Skip to content

Commit f041092

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.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] <support@github.com>
1 parent 1abcbaa commit f041092

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
@@ -2,7 +2,7 @@
22
# check=error=true
33

44
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
5-
FROM php:8.4.20-apache-trixie AS runtime
5+
FROM php:8.4.21-apache-trixie AS runtime
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# check=error=true
33

44
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
5-
FROM php:8.4.20-fpm-trixie AS runtime
5+
FROM php:8.4.21-fpm-trixie AS runtime
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

0 commit comments

Comments
 (0)