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 38862fa + 294d1ee commit 25f96c9Copy full SHA for 25f96c9
Dockerfile
@@ -1,5 +1,5 @@
1
# Base image containing dependencies used in builder and final image
2
-FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.301 AS base
+FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.304 AS base
3
4
5
# Builder image
@@ -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