diff --git a/apache/Dockerfile b/apache/Dockerfile index 4088732..c24894e 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -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.1-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.4-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.7 +ARG COMPOSER_VERSION=2.9.8 # 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 39ff9fa..b66d649 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -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.1-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.4-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.7 +ARG COMPOSER_VERSION=2.9.8 # 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 fe55e84..50f080b 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.2-php8.3.30-trixie AS runtime +FROM dunglas/frankenphp:1.12.2-php8.3.31-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.1-bin /pie /usr/bin/pie +COPY --from=ghcr.io/php/pie:1.4.4-bin /pie /usr/bin/pie RUN apt-get update \ && apt-get install --assume-yes --no-install-recommends \ @@ -153,7 +153,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.7 +ARG COMPOSER_VERSION=2.9.8 # 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