Fix the STABILITY env

This commit is contained in:
Maxime Helias 2018-08-23 15:17:35 +02:00
parent 49a016af2c
commit 08cba3870f

View File

@ -36,8 +36,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
RUN composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative --no-interaction RUN composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative --no-interaction
# Allow to use development versions of Symfony # Allow to use development versions of Symfony
ARG STABILITY=stable ENV STABILITY ${STABILITY:-stable}
ENV STABILITY ${STABILITY}
# Allow to select skeleton version # Allow to select skeleton version
ARG SYMFONY_VERSION="" ARG SYMFONY_VERSION=""