Explorar o código

Updated PHP 7.3 Docker image's Composer version to 1.10.9

Mark Shust %!s(int64=4) %!d(string=hai) anos
pai
achega
b97d9bd2cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      images/php/7.3/Dockerfile

+ 1 - 1
images/php/7.3/Dockerfile

@@ -86,7 +86,7 @@ RUN curl -sSLO https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mh
   && mv mhsendmail_linux_amd64 /usr/local/bin/mhsendmail
 
 RUN curl -sS https://getcomposer.org/installer | \
-  php -- --version=1.9.0 --install-dir=/usr/local/bin --filename=composer
+  php -- --version=1.10.9 --install-dir=/usr/local/bin --filename=composer
 
 RUN curl -s https://packages.blackfire.io/gpg.key | apt-key add - \
   && echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \