diff --git a/apache/Dockerfile b/apache/Dockerfile index ad7a8a9..f2395e3 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.4.22-apache-trixie AS runtime +FROM php:8.4.23-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 472ae4a..0dd8b39 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.4.22-fpm-trixie AS runtime +FROM php:8.4.23-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index d19bea6..819d69d 100644 --- a/frankenphp/Dockerfile +++ b/frankenphp/Dockerfile @@ -5,7 +5,7 @@ FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer # Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags -FROM dunglas/frankenphp:1.12.4-php8.4.22-trixie AS runtime +FROM dunglas/frankenphp:1.12.4-php8.4.23-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive