diff --git a/apache/Dockerfile b/apache/Dockerfile index 218df33..6bd18cf 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 @@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.1-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ @@ -148,7 +148,7 @@ ARG DEBIAN_FRONTEND=noninteractive # Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest ARG PHIVE_VERSION=0.16.0 # Latest version of Composer: https://getcomposer.org/download -ARG COMPOSER_VERSION=2.9.5 +ARG COMPOSER_VERSION=2.9.7 # Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug ARG XDEBUG_VERSION=3.5.1 # Latest version of pcov: https://packagist.org/packages/pecl/pcov diff --git a/fpm/Dockerfile b/fpm/Dockerfile index bfc9005..6502cad 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 @@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.1-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ @@ -148,7 +148,7 @@ ARG DEBIAN_FRONTEND=noninteractive # Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest ARG PHIVE_VERSION=0.16.0 # Latest version of Composer: https://getcomposer.org/download -ARG COMPOSER_VERSION=2.9.5 +ARG COMPOSER_VERSION=2.9.7 # Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug ARG XDEBUG_VERSION=3.5.1 # Latest version of pcov: https://packagist.org/packages/pecl/pcov diff --git a/frankenphp/Dockerfile b/frankenphp/Dockerfile index b80460f..58341da 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.20-trixie AS runtime ARG DEBIAN_FRONTEND=noninteractive @@ -34,7 +34,7 @@ ENV FRANKENPHP_CONFIG="" WORKDIR /var/www # Latest version of Pie: https://github.com/php/pie/releases -COPY --from=ghcr.io/php/pie:1.4.0-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.1-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ @@ -152,7 +152,7 @@ ARG DEBIAN_FRONTEND=noninteractive # Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest ARG PHIVE_VERSION=0.16.0 # Latest version of Composer: https://getcomposer.org/download -ARG COMPOSER_VERSION=2.9.5 +ARG COMPOSER_VERSION=2.9.7 # Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug ARG XDEBUG_VERSION=3.5.1 # Latest version of pcov: https://packagist.org/packages/pecl/pcov