We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
22.13.1
1 parent e937928 commit f35d45cCopy full SHA for f35d45c
dockerfiles/Dockerfile-gui-tests
@@ -61,9 +61,9 @@ RUN apt-get install -y \
61
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly --no-modify-path --profile minimal
62
ENV PATH="/root/.cargo/bin:${PATH}"
63
64
-RUN curl -sL https://nodejs.org/dist/v14.4.0/node-v14.4.0-linux-x64.tar.xz | tar -xJ
65
-ENV PATH="/node-v14.4.0-linux-x64/bin:${PATH}"
66
-ENV NODE_PATH="/node-v14.4.0-linux-x64/lib/node_modules/"
+RUN curl -sL https://nodejs.org/dist/v22.13.1/node-v22.13.1-linux-x64.tar.xz | tar -xJ
+ENV PATH="/node-v22.13.1-linux-x64/bin:${PATH}"
+ENV NODE_PATH="/node-v22.13.1-linux-x64/lib/node_modules/"
67
68
WORKDIR /build
69
0 commit comments