We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4819a commit 1ba1741Copy full SHA for 1ba1741
README.md
@@ -85,7 +85,7 @@ http://localhost
85
86
- Base image
87
- [php](https://hub.docker.com/_/php):8.3-fpm-bullseye
88
- - [composer](https://hub.docker.com/_/composer):2.6
+ - [composer](https://hub.docker.com/_/composer):2.7
89
90
### web container
91
infra/docker/php/Dockerfile
@@ -12,7 +12,7 @@ ENV TZ=UTC \
12
COMPOSER_ALLOW_SUPERUSER=1 \
13
COMPOSER_HOME=/composer
14
15
-COPY --from=composer:2.6 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer
16
17
RUN <<EOF
18
apt-get update
0 commit comments