diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 173a181..8ef2332 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -38,7 +38,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cabd185..5393293 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -37,7 +37,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index d1240f8..fb5b210 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/build-php.yml@1.2.3 strategy: fail-fast: false matrix: @@ -38,7 +38,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.1 + uses: specsnl/github-actions/.github/workflows/merge-php.yml@1.2.3 needs: build strategy: matrix: diff --git a/apache/Dockerfile b/apache/Dockerfile index 0ab2407..918c6ef 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 \ @@ -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.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 7152797..b8171a9 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 \ @@ -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.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 fe424ac..545e3a4 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.5.5-trixie AS runtime +FROM dunglas/frankenphp:1.12.2-php8.5.6-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 \ @@ -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.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