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 e1e14c7 commit 890c8fdCopy full SHA for 890c8fd
Dockerfile
@@ -7,7 +7,7 @@ ARG PHP_VERSION=8.2.3
7
ARG PYTHON_VERSION=3.10.8
8
9
# https://hub.docker.com/_/composer
10
-ARG COMPOSER_VERSION=2.3.10
+ARG COMPOSER_VERSION=2.5.4
11
12
FROM composer:$COMPOSER_VERSION AS php-composer
13
RUN /usr/bin/composer -v
0 commit comments