Skip to content

Commit 06cb9ec

Browse files
test(deps): update dependency php to v8.4.5 (main) (#4256)
test(deps): update dependency php to v8.4.5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7a6130 commit 06cb9ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RUN install-tool yarn 4.7.0
163163
FROM build AS test-php
164164

165165
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
166-
RUN install-tool php 8.4.4
166+
RUN install-tool php 8.4.5
167167
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
168168
RUN install-tool composer 2.8.6
169169

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ FROM build AS testa
6868
RUN install-tool node 22.14.0
6969

7070
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
71-
RUN install-tool php 8.4.4
71+
RUN install-tool php 8.4.5
7272
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
7373

7474
# renovate: datasource=github-releases packageName=PowerShell/PowerShell

test/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FROM base AS testa
4343
SHELL [ "/bin/sh", "-c" ]
4444

4545
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
46-
RUN install-tool php 8.4.4
46+
RUN install-tool php 8.4.5
4747

4848

4949
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild

test/php/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-php
3939

4040
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
41-
RUN install-tool php 8.4.4
41+
RUN install-tool php 8.4.5
4242
#--------------------------------------
4343
# Image: composer
4444
#--------------------------------------

0 commit comments

Comments
 (0)