Update Node and Yarn in the Danger image

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-12-12 16:20:06 +01:00
parent dd319bd212
commit c981f973f9
No known key found for this signature in database
GPG key ID: 98DFFD1C0C62B70B

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 \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \