Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check=error=true

# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-apache-trixie AS runtime
FROM php:8.5.5-apache-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -147,7 +147,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
Expand Down
6 changes: 3 additions & 3 deletions fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# check=error=true

# Latest version of PHP base image: https://hub.docker.com/_/php/tags
FROM php:8.5.4-fpm-trixie AS runtime
FROM php:8.5.5-fpm-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -147,7 +147,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
Expand Down
6 changes: 3 additions & 3 deletions frankenphp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.4-trixie AS runtime
FROM dunglas/frankenphp:1.12.2-php8.5.5-trixie AS runtime

ARG DEBIAN_FRONTEND=noninteractive

Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -151,7 +151,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
Expand Down