Skip to content

Commit 5c0d0d6

Browse files
test(deps): update dependency php to v8.4.14 (main) (#5330)
test(deps): update dependency php to v8.4.14 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61ef358 commit 5c0d0d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ RUN install-tool yarn 4.10.3
169169
FROM build AS test-php
170170

171171
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
172-
RUN install-tool php 8.4.13
172+
RUN install-tool php 8.4.14
173173
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
174174
RUN install-tool composer 2.8.12
175175

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN install-apt nginx
6868
RUN install-tool node 22.21.0
6969

7070
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71-
RUN install-tool php 8.4.13
71+
RUN install-tool php 8.4.14
7272
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
7373

7474
# renovate: datasource=github-releases packageName=PowerShell/PowerShell

test/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FROM base AS testa
4343
SHELL [ "/bin/sh", "-c" ]
4444

4545
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
46-
RUN install-tool php 8.4.13
46+
RUN install-tool php 8.4.14
4747

4848

4949
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild

test/php/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-php
3939

4040
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
41-
RUN install-tool php 8.4.13
41+
RUN install-tool php 8.4.14
4242
#--------------------------------------
4343
# Image: composer
4444
#--------------------------------------

0 commit comments

Comments
 (0)