Update Dockerfile for danger to node@12

This commit is contained in:
Lukas 'Eipi' Eipert 2019-06-27 08:22:08 +00:00
parent 9a65a19ecc
commit 57318c5920

View file

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