Skip to content

Commit 1ba1741

Browse files
chore(deps): update composer docker tag to v2.7 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f4819a commit 1ba1741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ http://localhost
8585

8686
- Base image
8787
- [php](https://hub.docker.com/_/php):8.3-fpm-bullseye
88-
- [composer](https://hub.docker.com/_/composer):2.6
88+
- [composer](https://hub.docker.com/_/composer):2.7
8989

9090
### web container
9191

infra/docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV TZ=UTC \
1212
COMPOSER_ALLOW_SUPERUSER=1 \
1313
COMPOSER_HOME=/composer
1414

15-
COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer
15+
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
1616

1717
RUN <<EOF
1818
apt-get update

0 commit comments

Comments
 (0)