From 5e68d88a2011203dd8bc02fdee3e6f21ae8993c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:16:09 +0000 Subject: [PATCH] test(deps): update dependency php to v8.4.14 --- test/Dockerfile.distro | 2 +- test/latest/Dockerfile | 2 +- test/php/Dockerfile | 2 +- test/php/Dockerfile.arm64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Dockerfile.distro b/test/Dockerfile.distro index 61709587fb..5a2e569db5 100644 --- a/test/Dockerfile.distro +++ b/test/Dockerfile.distro @@ -169,7 +169,7 @@ RUN install-tool yarn 4.10.3 FROM build AS test-php # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.13 +RUN install-tool php 8.4.14 # renovate: datasource=github-releases packageName=containerbase/composer-prebuild RUN install-tool composer 2.8.12 diff --git a/test/latest/Dockerfile b/test/latest/Dockerfile index 5095ddcc05..5f0b927e3b 100644 --- a/test/latest/Dockerfile +++ b/test/latest/Dockerfile @@ -68,7 +68,7 @@ RUN install-apt nginx RUN install-tool node 22.21.0 # renovate: datasource=github-releases packageName=containerbase/php-prebuild -RUN install-tool php 8.4.13 +RUN install-tool php 8.4.14 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 0ef923ce11..e4db743744 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.13 +RUN install-tool php 8.4.14 # renovate: datasource=github-releases packageName=containerbase/composer-prebuild diff --git a/test/php/Dockerfile.arm64 b/test/php/Dockerfile.arm64 index 47bbf76f79..dd146e6cd9 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.13 +RUN install-tool php 8.4.14 #-------------------------------------- # Image: composer #--------------------------------------