Skip to content

Commit

Permalink
Use Composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Oct 30, 2020
1 parent c0b2948 commit 44f41ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN set -ex \
&& pecl install -o xdebug-2.9.8 && docker-php-ext-enable xdebug \
&& apk del build-dependencies

ARG COMPOSER_VERSION=1.10.15
ARG COMPOSER_VERSION=2.0.3
RUN curl -sS https://getcomposer.org/installer | php -- \
--install-dir=/usr/local/bin --filename=composer --version=$COMPOSER_VERSION

0 comments on commit 44f41ba

Please sign in to comment.