File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost
3030WORKDIR /var/www
3131
3232# Latest version of Pie: https://github.com/php/pie/releases
33- COPY --from=ghcr.io/php/pie:1.4.1 -bin /pie /usr/bin/pie
33+ COPY --from=ghcr.io/php/pie:1.4.4 -bin /pie /usr/bin/pie
3434
3535RUN apt-get update \
3636 && apt-get install --assume-yes --no-install-recommends \
@@ -148,7 +148,7 @@ ARG DEBIAN_FRONTEND=noninteractive
148148# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
149149ARG PHIVE_VERSION=0.16.0
150150# Latest version of Composer: https://getcomposer.org/download
151- ARG COMPOSER_VERSION=2.9.7
151+ ARG COMPOSER_VERSION=2.9.8
152152# Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug
153153ARG XDEBUG_VERSION=3.5.1
154154# Latest version of pcov: https://packagist.org/packages/pecl/pcov
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost
3030WORKDIR /var/www
3131
3232# Latest version of Pie: https://github.com/php/pie/releases
33- COPY --from=ghcr.io/php/pie:1.4.1 -bin /pie /usr/bin/pie
33+ COPY --from=ghcr.io/php/pie:1.4.4 -bin /pie /usr/bin/pie
3434
3535RUN apt-get update \
3636 && apt-get install --assume-yes --no-install-recommends \
@@ -148,7 +148,7 @@ ARG DEBIAN_FRONTEND=noninteractive
148148# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
149149ARG PHIVE_VERSION=0.16.0
150150# Latest version of Composer: https://getcomposer.org/download
151- ARG COMPOSER_VERSION=2.9.7
151+ ARG COMPOSER_VERSION=2.9.8
152152# Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug
153153ARG XDEBUG_VERSION=3.5.1
154154# Latest version of pcov: https://packagist.org/packages/pecl/pcov
Original file line number Diff line number Diff line change 22# check=error=true
33
44# Latest version of FrankenPHP base image: https://hub.docker.com/r/dunglas/frankenphp/tags
5- FROM dunglas/frankenphp:1.12.2-php8.4.20 -trixie AS runtime
5+ FROM dunglas/frankenphp:1.12.2-php8.4.21 -trixie AS runtime
66
77ARG DEBIAN_FRONTEND=noninteractive
88
@@ -34,7 +34,7 @@ ENV FRANKENPHP_CONFIG=""
3434WORKDIR /var/www
3535
3636# Latest version of Pie: https://github.com/php/pie/releases
37- COPY --from=ghcr.io/php/pie:1.4.1 -bin /pie /usr/bin/pie
37+ COPY --from=ghcr.io/php/pie:1.4.4 -bin /pie /usr/bin/pie
3838
3939RUN apt-get update \
4040 && apt-get install --assume-yes --no-install-recommends \
@@ -153,7 +153,7 @@ ARG DEBIAN_FRONTEND=noninteractive
153153# Latest version of Phive: https://api.github.com/repos/phar-io/phive/releases/latest
154154ARG PHIVE_VERSION=0.16.0
155155# Latest version of Composer: https://getcomposer.org/download
156- ARG COMPOSER_VERSION=2.9.7
156+ ARG COMPOSER_VERSION=2.9.8
157157# Latest version of Xdebug: https://packagist.org/packages/xdebug/xdebug
158158ARG XDEBUG_VERSION=3.5.1
159159# Latest version of pcov: https://packagist.org/packages/pecl/pcov
You can’t perform that action at this time.
0 commit comments