Skip to content
Snippets Groups Projects
Commit 8f3c3b65 authored by Léopold Chappuis's avatar Léopold Chappuis
Browse files

dockerfile: update node version

Change-Id: Iaf9e4019c3c15b106bf8db6841c9fd43d1785640
parent 2fd25c29
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y \
sip-tester
# Install Node
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
apt-get install -y nodejs && \
npm install -g node-gyp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment