diff --git a/Dockerfile b/Dockerfile index 60986c057cfd944d9df7b2f30c6fad53e1ac0f69..c87c002fdc068c01dfc719d9184418b19cb019ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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