From d91e9e9c31a27a4f7a66b7fb724fbad839924406 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Mon, 2 Feb 2026 11:34:20 +0100 Subject: [PATCH 1/4] Updated PHP base image --- apache/Dockerfile | 2 +- fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index 8de9616..40fa102 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -1,5 +1,5 @@ # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.29-apache-trixie AS runtime +FROM php:8.3.30-apache-trixie AS runtime ARG UNIQUE_ID_FOR_CACHEFROM=runtime diff --git a/fpm/Dockerfile b/fpm/Dockerfile index b1273f3..a23e3fb 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -1,5 +1,5 @@ # Latest version of PHP base image: https://hub.docker.com/_/php/tags -FROM php:8.3.29-fpm-trixie AS runtime +FROM php:8.3.30-fpm-trixie AS runtime ARG UNIQUE_ID_FOR_CACHEFROM=runtime From ff16efd3b24abd0b88c5491c4b0dc6711bab2bdf Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Mon, 2 Feb 2026 11:34:40 +0100 Subject: [PATCH 2/4] Updated AMQP PHP extension version --- apache/Dockerfile | 2 +- fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index 40fa102..3420a33 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0 # Latest version of memcached-extension: https://pecl.php.net/package/memcached ARG PHP_MEMCACHED_VERSION=3.4.0 # Latest version of amqp-extension: https://pecl.php.net/package/amqp -ARG PHP_AMQP_VERSION=2.1.2 +ARG PHP_AMQP_VERSION=2.2.0 ENV SMTPHOST=mail ENV SMTPEHLO=localhost diff --git a/fpm/Dockerfile b/fpm/Dockerfile index a23e3fb..fe3fc94 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -12,7 +12,7 @@ ARG PHP_REDIS_VERSION=6.3.0 # Latest version of memcached-extension: https://pecl.php.net/package/memcached ARG PHP_MEMCACHED_VERSION=3.4.0 # Latest version of amqp-extension: https://pecl.php.net/package/amqp -ARG PHP_AMQP_VERSION=2.1.2 +ARG PHP_AMQP_VERSION=2.2.0 ENV SMTPHOST=mail ENV SMTPEHLO=localhost From ab3193df85efe8d07eb530661be090fe3ff9e9c3 Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Mon, 2 Feb 2026 11:34:50 +0100 Subject: [PATCH 3/4] Updated composer version --- apache/Dockerfile | 2 +- fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache/Dockerfile b/apache/Dockerfile index 3420a33..685774d 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder # 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.2 +ARG COMPOSER_VERSION=2.9.5 # Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug ARG XDEBUG_VERSION=3.5.0 # Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov diff --git a/fpm/Dockerfile b/fpm/Dockerfile index fe3fc94..844262e 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -140,7 +140,7 @@ ARG UNIQUE_ID_FOR_CACHEFROM=builder # 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.2 +ARG COMPOSER_VERSION=2.9.5 # Latest version of Xdebug: https://github.com/xdebug/xdebug/tags or https://pecl.php.net/package/xdebug ARG XDEBUG_VERSION=3.5.0 # Latest version of pcov: https://github.com/krakjoe/pcov/tags or https://pecl.php.net/package/pcov From 7dcd47d458499c6eaccd279ae757126cbd18239c Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Mon, 2 Feb 2026 11:36:09 +0100 Subject: [PATCH 4/4] Updated Github Actions --- .github/workflows/main.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6de6c30..8a1c5c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5b64852..f2fdaf7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -35,7 +35,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 2cee382..5d2cc27 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -15,7 +15,7 @@ concurrency: jobs: build: - uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/build-php.yml@1.0.12 strategy: fail-fast: false matrix: @@ -36,7 +36,7 @@ jobs: dockerfile: ${{ matrix.docker.dockerfile }} merge: - uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.5 + uses: Ilyes512/github-actions/.github/workflows/merge-php.yml@1.0.12 needs: build strategy: matrix: