Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ RUN install-tool yarn 4.9.3
FROM build AS test-php

# renovate: datasource=github-releases packageName=containerbase/php-prebuild
RUN install-tool php 8.4.11
RUN install-tool php 8.4.12
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
RUN install-tool composer 2.8.11

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 @@ RUN install-apt nginx
RUN install-tool node 22.18.0

# renovate: datasource=github-releases packageName=containerbase/php-prebuild
RUN install-tool php 8.4.11
RUN install-tool php 8.4.12
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.4.11
RUN install-tool php 8.4.12


# 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.4.11
RUN install-tool php 8.4.12
#--------------------------------------
# Image: composer
#--------------------------------------
Expand Down