Merge pull request #30 from maxhelias/fix/stability

Fix the STABILITY env
This commit is contained in:
Kévin Dunglas 2018-08-23 15:27:14 +02:00 committed by GitHub
commit d16662b102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=""