Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

Commit 094e468

Browse files
committed
Merge branch 'release/24.11.1'
2 parents 31632c1 + 35b293c commit 094e468

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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:9.0.307 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.308 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=24.11.0
48+
ENV NODE_VERSION=24.11.1
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.23.0
72+
ENV PNPM_VERSION=10.24.0
7373

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

0 commit comments

Comments
 (0)