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.
1 parent a63d0d0 commit 294d1eeCopy full SHA for 294d1ee
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.17.0
+ENV NODE_VERSION=22.18.0
49
50
RUN apt-get update -y && \
51
# Install NodeJs
0 commit comments