bump composer 2.x version up to actual

This commit is contained in:
2022-02-26 09:56:09 +07:00
parent 02cadef018
commit ca481853ea
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 #### Supported versions
* php 8.1.3 * php 8.1.3
* composer 2.2.4 * composer 2.2.7
* xdebug 3.1.2 * xdebug 3.1.2
* php 8.0.16 * php 8.0.16
* composer 2.2.4 * composer 2.2.7
* xdebug 3.1.2 * xdebug 3.1.2
* php 7.4.28 (latest) * php 7.4.28 (latest)
* composer 1.10.24 * composer 1.10.24

View File

@@ -23,7 +23,7 @@ RUN apk update && apk add --no-cache $PHPIZE_DEPS \
# Install composer # Install composer
ARG COMPOSER_VERSION=2.2.4 ARG COMPOSER_VERSION=2.2.7
RUN curl -sS https://getcomposer.org/installer | php -- \ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \ --filename=composer \
--version=${COMPOSER_VERSION} \ --version=${COMPOSER_VERSION} \

View File

@@ -21,7 +21,7 @@ RUN apk update && apk add --no-cache $PHPIZE_DEPS \
zlib-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev openssl-dev zlib-dev libwebp-dev freetype-dev libpng-dev libjpeg-turbo-dev openssl-dev
# Install composer # Install composer
ARG COMPOSER_VERSION=2.2.4 ARG COMPOSER_VERSION=2.2.7
RUN curl -sS https://getcomposer.org/installer | php -- \ RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \ --filename=composer \
--version=${COMPOSER_VERSION} \ --version=${COMPOSER_VERSION} \