File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ RUN install-tool yarn 4.12.0
179179FROM build AS test-php
180180
181181# renovate: datasource=github-releases packageName=containerbase/php-prebuild
182- RUN install-tool php 8.5.2
182+ RUN install-tool php 8.5.3
183183# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
184184RUN install-tool composer 2.9.5
185185
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN install-apt nginx
6868RUN install-tool node 24.13.1
6969
7070# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71- RUN install-tool php 8.5.2
71+ RUN install-tool php 8.5.3
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.5.2
46+ RUN install-tool php 8.5.3
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.5.2
41+ RUN install-tool php 8.5.3
4242#--------------------------------------
4343# Image: composer
4444#--------------------------------------
You can’t perform that action at this time.
0 commit comments