mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
docker: update composer to 1.10.12
This commit is contained in:
parent
8f53d7b59f
commit
5bc96a49e7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM php:7.4-apache-buster
|
||||||
COPY contrib/docker/php.production.ini "$PHP_INI_DIR/php.ini"
|
COPY contrib/docker/php.production.ini "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
# Install Composer
|
# Install Composer
|
||||||
ENV COMPOSER_VERSION=1.10.9 \
|
ENV COMPOSER_VERSION=1.10.13 \
|
||||||
COMPOSER_HOME=/var/www/.composer \
|
COMPOSER_HOME=/var/www/.composer \
|
||||||
COMPOSER_MEMORY_LIMIT=-1 \
|
COMPOSER_MEMORY_LIMIT=-1 \
|
||||||
PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"
|
PATH="~/.composer/vendor/bin:./vendor/bin:${PATH}"
|
||||||
|
|
Loading…
Reference in a new issue