Skip to content

Commit

Permalink
test(deps): update dependency php to v8.3.13 (main) (#3496)
Browse files Browse the repository at this point in the history
test(deps): update dependency php to v8.3.13

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 2d73344 commit e009157
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ RUN install-tool yarn 4.5.1
FROM build AS test-php

# renovate: datasource=github-releases packageName=containerbase/php-prebuild
RUN install-tool php 8.3.12
RUN install-tool php 8.3.13
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
RUN install-tool composer 2.8.1

Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FROM build AS testa
RUN install-tool node 20.18.0

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

# renovate: datasource=github-releases packageName=PowerShell/PowerShell
Expand Down
2 changes: 1 addition & 1 deletion test/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FROM base AS testa
SHELL [ "/bin/sh", "-c" ]

# renovate: datasource=github-releases packageName=containerbase/php-prebuild
RUN install-tool php 8.3.12
RUN install-tool php 8.3.13


# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
Expand Down
2 changes: 1 addition & 1 deletion test/php/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-php

# renovate: datasource=github-releases packageName=containerbase/php-prebuild
RUN install-tool php 8.3.12
RUN install-tool php 8.3.13
#--------------------------------------
# Image: composer
#--------------------------------------
Expand Down

0 comments on commit e009157

Please sign in to comment.