bump composer 2.x

This commit is contained in:
2022-06-07 15:09:50 +07:00
parent 07b145e060
commit ff18108e73
3 changed files with 4 additions and 4 deletions

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
# Install composer
ARG COMPOSER_VERSION=2.3.6
ARG COMPOSER_VERSION=2.3.7
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \