back to node 10

This commit is contained in:
buanet
2020-05-04 10:23:43 +02:00
parent c3cd27fe34
commit b35b6c17ad

View File

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