mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
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:
commit
300156cf36
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ADD /scripts/ /scripts/
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y git \
|
&& 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 global add alex@7 \
|
||||||
&& yarn cache clean \
|
&& yarn cache clean \
|
||||||
&& apt-get autoremove -yq \
|
&& apt-get autoremove -yq \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue