Merge branch 'update-node-and-yarn-in-danger-image' into 'master'

Update Node and Yarn in the Danger image

Closes gitlab-ce#55237

See merge request gitlab-org/gitlab-build-images!152
This commit is contained in:
Stan Hu 2018-12-12 16:41:14 +00:00
commit b4212862f8

View file

@ -5,7 +5,7 @@ ADD /scripts/ /scripts/
RUN apt-get update \
&& apt-get install -y git \
&& /scripts/install-node 8.x 1.2.1-1 \
&& /scripts/install-node 10.x 1.12.3-1 \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \