File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ RUN install-tool yarn 4.13.0
205205FROM build AS test-php
206206
207207# renovate: datasource=github-releases packageName=containerbase/php-prebuild
208- RUN install-tool php 8.5.4
208+ RUN install-tool php 8.5.5
209209# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
210210RUN install-tool composer 2.9.5
211211
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN install-apt nginx
6868RUN install-tool node 24.14.1
6969
7070# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71- RUN install-tool php 8.5.4
71+ RUN install-tool php 8.5.5
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.4
46+ RUN install-tool php 8.5.5
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.4
41+ RUN install-tool php 8.5.5
4242#--------------------------------------
4343# Image: composer
4444#--------------------------------------
You can’t perform that action at this time.
0 commit comments