Skip to content

Commit 96d6c01

Browse files
committed
upgrade to node 16
1 parent c91d54f commit 96d6c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \
66
ENV PATH $PATH:/root/.cargo/bin
77

88
# Install node
9-
RUN curl -sL https://rpm.nodesource.com/setup_12.x | bash - && \
9+
RUN curl -sL https://rpm.nodesource.com/setup_16.x | bash - && \
1010
yum install -y nodejs && yum clean all
1111

1212
# Install dependencies

0 commit comments

Comments
 (0)