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 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