Update to Composer 2.6.5
This commit is contained in:
parent
5bcd630462
commit
e49f89d4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ RUN a2enmod rewrite headers
|
|||
|
||||
|
||||
# Install composer.
|
||||
ARG COMPOSER_VERSION=2.3.8
|
||||
ARG COMPOSER_VERSION=2.6.5
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --version=$COMPOSER_VERSION && \
|
||||
mv composer.phar /usr/local/bin/composer
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue