File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ RUN install-tool yarn 4.10.3
169169FROM 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
174174RUN install-tool composer 2.8.12
175175
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN install-apt nginx
6868RUN 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
7272RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php" ) -eq ${USER_ID} ]
7373
7474# renovate: datasource=github-releases packageName=PowerShell/PowerShell
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ FROM base AS testa
4343SHELL [ "/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
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838FROM 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#--------------------------------------
You can’t perform that action at this time.
0 commit comments