Merge pull request #2404 from Strubbl/docker-composer-update-1.10.11

docker: update composer to 1.10.11
This commit is contained in:
daniel 2020-11-21 20:26:46 -07:00 committed by GitHub
commit f2c9d16a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM php:7.4-apache-buster
COPY contrib/docker/php.production.ini "$PHP_INI_DIR/php.ini"
# Install Composer
ENV COMPOSER_VERSION=1.10.9 \
ENV COMPOSER_VERSION=1.10.11 \
COMPOSER_HOME=/var/www/.composer \
COMPOSER_MEMORY_LIMIT=-1 \
PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"