Skip to content

Commit

Permalink
fix(deps): Update Composer to v1.9.3 (#5446)
Browse files Browse the repository at this point in the history
Solves an issue with deprecated GitHub API calls: composer/composer#8454 (comment)
  • Loading branch information
rarkins authored Feb 11, 2020
1 parent 3bc0b14 commit 8598a15
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 @@ -107,7 +107,7 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin
RUN apt-get update && apt-get install -y php-cli php-mbstring && \
rm -rf /var/lib/apt/lists/*

ENV COMPOSER_VERSION=1.8.6
ENV COMPOSER_VERSION=1.9.3

RUN php -r "copy('https://github.com/composer/composer/releases/download/$COMPOSER_VERSION/composer.phar', '/usr/local/bin/composer');"

Expand Down

0 comments on commit 8598a15

Please sign in to comment.