Skip to content

Commit 25f96c9

Browse files
committed
Merge branch 'release/22.18.0'
2 parents 38862fa + 294d1ee commit 25f96c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image containing dependencies used in builder and final image
2-
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.301 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.304 AS base
33

44

55
# Builder image
@@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
4545
# Install NodeJS
4646

4747
# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
48-
ENV NODE_VERSION=22.17.0
48+
ENV NODE_VERSION=22.18.0
4949

5050
RUN apt-get update -y && \
5151
# Install NodeJs

0 commit comments

Comments
 (0)