diff --git a/Dockerfile b/Dockerfile index 00439ef..09f8d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN apt-get update -y && \ # Install NodeJS # renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?.*)$ -ENV NODE_VERSION=20.11.1 +ENV NODE_VERSION=21.7.1 # Install NodeJS