diff --git a/Dockerfile b/Dockerfile index 9ee29e6..75e915e 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.21.0 +ENV NODE_VERSION=22.21.1 RUN apt-get update -y && \ # Install NodeJs