File tree 4 files changed +4
-4
lines changed
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.7.0
163
163
FROM build AS test-php
164
164
165
165
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
166
- RUN install-tool php 8.4.4
166
+ RUN install-tool php 8.4.5
167
167
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
168
168
RUN install-tool composer 2.8.6
169
169
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ FROM build AS testa
68
68
RUN install-tool node 22.14.0
69
69
70
70
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71
- RUN install-tool php 8.4.4
71
+ RUN install-tool php 8.4.5
72
72
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php" ) -eq ${USER_ID} ]
73
73
74
74
# 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
43
43
SHELL [ "/bin/sh" , "-c" ]
44
44
45
45
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
46
- RUN install-tool php 8.4.4
46
+ RUN install-tool php 8.4.5
47
47
48
48
49
49
# 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
38
38
FROM base AS test-php
39
39
40
40
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
41
- RUN install-tool php 8.4.4
41
+ RUN install-tool php 8.4.5
42
42
#--------------------------------------
43
43
# Image: composer
44
44
#--------------------------------------
You can’t perform that action at this time.
0 commit comments