Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 81927e5

Browse files
committed
Merge branch 'release/22.21.0'
2 parents 5f87277 + 9456dd9 commit 81927e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 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:8.0.414 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:8.0.415 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.20.0
48+
ENV NODE_VERSION=22.21.0
4949

5050
RUN apt-get update -y && \
5151
# Install NodeJs
@@ -69,7 +69,7 @@ RUN npm install -g --ignore-scripts yarn@${YARN_VERSION} && \
6969
# Install pnpm
7070

7171
# renovate: datasource=github-tags depName=pnpm/pnpm extractVersion=^v(?<version>.*)$
72-
ENV PNPM_VERSION=10.18.0
72+
ENV PNPM_VERSION=10.19.0
7373

7474
RUN npm install -g --ignore-scripts pnpm@${PNPM_VERSION} && \
7575
npm cache clean --force && \

0 commit comments

Comments
 (0)