bump composer 2.x version

This commit is contained in:
2022-06-03 11:08:43 +07:00
parent 803cb5325b
commit 07b145e060
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.3
ARG COMPOSER_VERSION=2.3.6
RUN curl -sS https://getcomposer.org/installer | php -- \
--filename=composer \
--version=${COMPOSER_VERSION} \