Merge branch 'leipert-node-12-danger' into 'master'

Update Dockerfile for danger to node@12

See merge request gitlab-org/gitlab-build-images!201
This commit is contained in:
Rémy Coutable 2019-06-27 10:47:35 +00:00
commit 300156cf36

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 \