Обновил зависимости
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM php:7.4-cli
|
||||
FROM php:7.4.7-cli
|
||||
|
||||
COPY ./docker/provision.sh /opt/
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user