testing node 12

This commit is contained in:
buanet
2020-05-04 10:25:14 +02:00
parent 5a0dd59c3c
commit 66433c414f

View File

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