Skip to content

Commit 42617d7

Browse files
test(deps): update dependency composer to v2.9.7 (main) (#6433)
test(deps): update dependency composer to v2.9.7 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 564df3e commit 42617d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ FROM build AS test-php
207207
# renovate: datasource=github-releases packageName=containerbase/php-prebuild
208208
RUN install-tool php 8.5.5
209209
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
210-
RUN install-tool composer 2.9.5
210+
RUN install-tool composer 2.9.7
211211

212212
#--------------------------------------
213213
# Image: test-python

test/php/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN install-tool php 8.5.5
4747

4848

4949
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
50-
RUN install-tool composer 2.9.5
50+
RUN install-tool composer 2.9.7
5151

5252
# test with latest version
5353
RUN install-tool composer latest
@@ -91,7 +91,7 @@ RUN install-tool php
9191
RUN install-tool composer
9292

9393
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
94-
RUN install-tool composer 2.9.5
94+
RUN install-tool composer 2.9.7
9595

9696

9797
RUN set -ex; \

test/php/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN install-tool php 8.5.5
4545
FROM test-php AS test-composer
4646

4747
# renovate: datasource=github-releases packageName=containerbase/composer-prebuild
48-
RUN install-tool composer 2.9.5
48+
RUN install-tool composer 2.9.7
4949

5050
#--------------------------------------
5151
# Image: final

0 commit comments

Comments
 (0)