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

@@ -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} \