Skip to content

Commit f1c5782

Browse files
committed
update node
1 parent 980d09d commit f1c5782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
sudo \
1616
git && \
1717
# install node.js
18-
wget https://nodejs.org/dist/v12.18.3/node-v12.18.3-linux-x64.tar.gz -O /tmp/node.tar.gz && \
18+
wget https://nodejs.org/dist/v14.17.3/node-v14.17.3-linux-x64.tar.gz -O /tmp/node.tar.gz && \
1919
tar -C /usr/local --strip-components 1 -xzf /tmp/node.tar.gz && \
2020
# upgrade npm
2121
npm install -g npm && \

0 commit comments

Comments
 (0)