We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d70832 commit 2fd82bbCopy full SHA for 2fd82bb
src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile
@@ -63,8 +63,8 @@ RUN sh /scripts/sccache.sh
63
64
COPY host-x86_64/x86_64-gnu-tools/checktools.sh /tmp/
65
66
-RUN curl -sL https://nodejs.org/dist/v14.4.0/node-v14.4.0-linux-x64.tar.xz | tar -xJ
67
-ENV NODE_FOLDER=/node-v14.4.0-linux-x64/bin
+RUN curl -sL https://nodejs.org/dist/v14.20.0/node-v14.20.0-linux-x64.tar.xz | tar -xJ
+ENV NODE_FOLDER=/node-v14.20.0-linux-x64/bin
68
ENV PATH="$NODE_FOLDER:${PATH}"
69
70
COPY host-x86_64/x86_64-gnu-tools/browser-ui-test.version /tmp/
0 commit comments