diff --git a/Dockerfile b/Dockerfile index e4699d8..9727137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ RUN apt-get update -y && \ # Install NodeJS # renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?.*)$ -ENV NODE_VERSION=18.17.1 +ENV NODE_VERSION=20.5.1 # Install NodeJS