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 @@ -163,7 +163,7 @@ RUN install-tool yarn 4.9.3
163163FROM build AS test-php
164164
165165# renovate: datasource=github-releases packageName=containerbase/php-prebuild
166- RUN install-tool php 8.4.11
166+ RUN install-tool php 8.4.12
167167# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
168168RUN install-tool composer 2.8.11
169169
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN install-apt nginx
6868RUN install-tool node 22.18.0
6969
7070# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71- RUN install-tool php 8.4.11
71+ RUN install-tool php 8.4.12
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.11
46+ RUN install-tool php 8.4.12
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.11
41+ RUN install-tool php 8.4.12
4242#--------------------------------------
4343# Image: composer
4444#--------------------------------------
You can’t perform that action at this time.
0 commit comments