diff --git a/Dockerfile b/Dockerfile index bee20c9..f49f19e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d # Install NodeJS # renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?.*)$ -ENV NODE_VERSION=22.19.0 +ENV NODE_VERSION=22.20.0 RUN apt-get update -y && \ # Install NodeJs