Skip to content
Snippets Groups Projects
Unverified Commit 8598a15a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(deps): Update Composer to v1.9.3 (#5446)

Solves an issue with deprecated GitHub API calls: https://github.com/composer/composer/issues/8454#issuecomment-581875987
parent 3bc0b14a
No related merge requests found
...@@ -107,7 +107,7 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin ...@@ -107,7 +107,7 @@ ENV PATH $PATH:/opt/elixir-${ELIXIR_VERSION}/bin
RUN apt-get update && apt-get install -y php-cli php-mbstring && \ RUN apt-get update && apt-get install -y php-cli php-mbstring && \
rm -rf /var/lib/apt/lists/* 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');" RUN php -r "copy('https://github.com/composer/composer/releases/download/$COMPOSER_VERSION/composer.phar', '/usr/local/bin/composer');"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment