diff --git a/apache/Dockerfile b/apache/Dockerfile index 218df33..0faf6b7 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.4.19-apache-trixie AS runtime +FROM php:8.4.20-apache-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/fpm/Dockerfile b/fpm/Dockerfile index bfc9005..5f821dd 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.4.19-fpm-trixie AS runtime +FROM php:8.4.20-fpm-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index b80460f..0cfa518 100644 --- a/frankenphp/Dockerfile +++ b/frankenphp/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags -FROM dunglas/frankenphp:1.12.1-php8.4-trixie AS runtime +FROM dunglas/frankenphp:1.12.2-php8.4-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive