diff --git a/Dockerfile b/Dockerfile index 7e3b96c..5f4dd28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,12 +31,12 @@ RUN cd /tmp && \ chmod a+rx /opt/bin/* -# Install Node.js 22.x +# Install Node.js 24.x # https://nodejs.dev/en/download/ # https://github.com/tj/n#installation RUN curl --location https://raw.githubusercontent.com/tj/n/master/bin/n --output /usr/local/bin/n && \ chmod a+x /usr/local/bin/n && \ - n 22.21.1 + n 24.14.0 # Install Node.js packages