Merge pull request #30 from maxhelias/fix/stability
Fix the STABILITY env
This commit is contained in:
commit
d16662b102
@ -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=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user