Skip to content

Commit 25b630c

Browse files
committed
Remove beta stability from terminus install
1 parent 5ad7d05 commit 25b630c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ RUN apk add --no-cache mysql-client \
229229
RUN echo "sendmail_path=`which true`" >> ${php_vars} && \
230230
composer global require -n "hirak/prestissimo:^0.3" && \
231231
composer global require -n "consolidation/cgr" && \
232-
cgr "pantheon-systems/terminus:~1" --stability beta
232+
cgr "pantheon-systems/terminus:~1"
233233

234234
# Add Scripts
235235
ADD scripts/start.sh /start.sh

0 commit comments

Comments
 (0)