diff --git a/Dockerfile b/Dockerfile index 4f128b1..9cae8ad 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=18.18.1 +ENV NODE_VERSION=20.8.0 # Install NodeJS