We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f404a91 + 810f922 commit 83af0ebCopy full SHA for 83af0eb
Dockerfile
@@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
45
# Install NodeJS
46
47
# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
48
-ENV NODE_VERSION=22.15.1
+ENV NODE_VERSION=22.16.0
49
50
RUN apt-get update -y && \
51
# Install NodeJs
0 commit comments