Skip to content

Commit 33f2707

Browse files
authored
Merge pull request #61 from specsnl/updates
chore: Update dependencies
2 parents 665f9c9 + 4a08775 commit 33f2707

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost
3030
WORKDIR /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

3535
RUN 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
149149
ARG 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
153153
ARG XDEBUG_VERSION=3.5.1
154154
# Latest version of pcov: https://packagist.org/packages/pecl/pcov

fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV SMTPEHLO=localhost
3030
WORKDIR /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

3535
RUN 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
149149
ARG 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
153153
ARG XDEBUG_VERSION=3.5.1
154154
# Latest version of pcov: https://packagist.org/packages/pecl/pcov

frankenphp/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
ARG DEBIAN_FRONTEND=noninteractive
88

@@ -34,7 +34,7 @@ ENV FRANKENPHP_CONFIG=""
3434
WORKDIR /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

3939
RUN 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
154154
ARG 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
158158
ARG XDEBUG_VERSION=3.5.1
159159
# Latest version of pcov: https://packagist.org/packages/pecl/pcov

0 commit comments

Comments
 (0)