bump composer 2.x version

This commit is contained in:
2021-12-22 17:48:09 +07:00
parent 96a7843d63
commit d3041e8695
3 changed files with 4 additions and 4 deletions

View File

@@ -7,10 +7,10 @@ Images can be found on [docker hub](https://hub.docker.com/repository/docker/dan
#### Supported versions
* php 8.1.0
* composer 2.1.14
* composer 2.2.0
* xdebug 3.1.0
* php 8.0.13
* composer 2.1.14
* composer 2.2.0
* xdebug 3.1.0
* php 7.4.26 (latest)
* composer 1.10.24

View File

@@ -21,7 +21,7 @@ ARG PHP_XDEBUG_VERSION=3.1.2
RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
# Install composer
ARG COMPOSER_VERSION=2.1.14
ARG COMPOSER_VERSION=2.2.0
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \

View File

@@ -20,7 +20,7 @@ ARG PHP_XDEBUG_VERSION=3.1.2
RUN pecl install xdebug-${PHP_XDEBUG_VERSION} && docker-php-ext-enable xdebug
# Install composer
ARG COMPOSER_VERSION=2.1.14
ARG COMPOSER_VERSION=2.2.0
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \