From 8598a15a3bee62b328bb91ac244d25d6547fa44c Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 11 Feb 2020 19:28:05 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f14dcccf..bd89e8cfd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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');" -- GitLab