Skip to content

Commit

Permalink
chore(deps): update composer docker tag to v2.7 (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 28, 2024
1 parent 0f4819a commit 1ba1741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ http://localhost

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

### web container

Expand Down
2 changes: 1 addition & 1 deletion infra/docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV TZ=UTC \
COMPOSER_ALLOW_SUPERUSER=1 \
COMPOSER_HOME=/composer

COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer
COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer

RUN <<EOF
apt-get update
Expand Down

0 comments on commit 1ba1741

Please sign in to comment.