Skip to content

Commit f35d45c

Browse files
GuillaumeGomezsyphar
authored andcommitted
Update nodejs version to 22.13.1
1 parent e937928 commit f35d45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/Dockerfile-gui-tests

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ RUN apt-get install -y \
6161
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly --no-modify-path --profile minimal
6262
ENV PATH="/root/.cargo/bin:${PATH}"
6363

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/"
64+
RUN curl -sL https://nodejs.org/dist/v22.13.1/node-v22.13.1-linux-x64.tar.xz | tar -xJ
65+
ENV PATH="/node-v22.13.1-linux-x64/bin:${PATH}"
66+
ENV NODE_PATH="/node-v22.13.1-linux-x64/lib/node_modules/"
6767

6868
WORKDIR /build
6969

0 commit comments

Comments
 (0)