diff --git a/Dockerfile b/Dockerfile index 4f3c2ff..c48df6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN apt-get update -y && \ # Install NodeJS # renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?.*)$ -ENV NODE_VERSION=20.18.0 +ENV NODE_VERSION=22.9.0 # Install NodeJS