changing node version

This commit is contained in:
Andre
2019-09-03 08:40:46 +02:00
committed by GitHub
parent 1606dc0b97
commit 7dc1c8e74b

View File

@@ -24,7 +24,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Install node8 # Install node8
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash \ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
&& apt-get update && apt-get install -y \ && apt-get update && apt-get install -y \
nodejs \ nodejs \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*