Pin node versions

This commit is contained in:
Lukas Eipert 2019-07-09 03:33:51 +02:00
parent ac83e5a4e0
commit caae675aee
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
3 changed files with 15 additions and 9 deletions

View file

@ -5,7 +5,7 @@ ADD /scripts/ /scripts/
RUN apt-get update \
&& apt-get install -y git \
&& /scripts/install-node 12.x 1.16.0-1 \
&& /scripts/install-node 12.4.0 1.16.0-1 \
&& yarn global add alex@7 \
&& yarn cache clean \
&& apt-get autoremove -yq \