diff --git a/apache/Dockerfile b/apache/Dockerfile index abc2a31..b1fd3b1 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.3.31-apache-trixie AS runtime +FROM php:8.3.32-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index 23242f1..9dfb9a0 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.3.31-fpm-trixie AS runtime +FROM php:8.3.32-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index 7ee7cac..e1b1d3f 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.3.31-trixie AS runtime +FROM dunglas/frankenphp:1.12.4-php8.3.32-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive