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

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