diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 4f246d88ce..25c2c1074e 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -163,7 +163,7 @@ RUN install-tool yarn 4.9.3 FROM build AS test-php # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.11 +RUN install-tool php 8.4.12 # renovate: datasource=github-releases packageName=containerbase/composer-prebuild RUN install-tool composer 2.8.11 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index add8751e5c..569f4cc309 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -68,7 +68,7 @@ RUN install-apt nginx RUN install-tool node 22.18.0 # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.11 +RUN install-tool php 8.4.12 RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ] # renovate: datasource=github-releases packageName=PowerShell/PowerShell diff --git a/test/php/Dockerfile b/test/php/Dockerfile index eef7fea6ce..5722b590c1 100644 --- a/test/php/Dockerfile +++ b/test/php/Dockerfile @@ -43,7 +43,7 @@ FROM base AS testa SHELL [ "/bin/sh", "-c" ] # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.11 +RUN install-tool php 8.4.12 # renovate: datasource=github-releases packageName=containerbase/composer-prebuild diff --git a/test/php/Dockerfile.arm64 b/test/php/Dockerfile.arm64 index 9246ff458d..6b44722b7f 100644 --- a/test/php/Dockerfile.arm64 +++ b/test/php/Dockerfile.arm64 @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL FROM base AS test-php # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.11 +RUN install-tool php 8.4.12 #-------------------------------------- # Image: composer #--------------------------------------