Обновил зависимости

This commit is contained in:
2020-06-27 19:46:26 +03:00
parent 504bf20cb1
commit 43cae05b76
5 changed files with 1550 additions and 765 deletions

View File

@ -1,4 +1,4 @@
FROM php:7.4-cli
FROM php:7.4.7-cli
COPY ./docker/provision.sh /opt/

View File

@ -19,11 +19,11 @@ docker-php-ext-install tidy \
mkdir -p /srv/app
# Composer and required tools
curl -sLO https://getcomposer.org/download/1.10.1/composer.phar \
curl -sLO https://getcomposer.org/download/1.10.8/composer.phar \
&& mv composer.phar /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer
# Deployer
curl -sLO https://deployer.org/releases/v6.7.3/deployer.phar \
curl -sLO https://deployer.org/releases/v6.8.0/deployer.phar \
&& mv deployer.phar /usr/local/bin/dep \
&& chmod +x /usr/local/bin/dep