Skip to content

Commit 08cba38

Browse files
committed
Fix the STABILITY env
1 parent 49a016a commit 08cba38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
3636
RUN composer global require "hirak/prestissimo:^0.3" --prefer-dist --no-progress --no-suggest --optimize-autoloader --classmap-authoritative --no-interaction
3737

3838
# Allow to use development versions of Symfony
39-
ARG STABILITY=stable
40-
ENV STABILITY ${STABILITY}
39+
ENV STABILITY ${STABILITY:-stable}
4140

4241
# Allow to select skeleton version
4342
ARG SYMFONY_VERSION=""

0 commit comments

Comments
 (0)