We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91d54f commit 96d6c01Copy full SHA for 96d6c01
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \
6
ENV PATH $PATH:/root/.cargo/bin
7
8
# Install node
9
-RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash - && \
+RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash - && \
10
yum install -y nodejs && yum clean all
11
12
# Install dependencies
0 commit comments