Skip to content

Commit 103c5ad

Browse files
committed
Merge branch 'release/22.20.0'
2 parents d1d459e + a77765f commit 103c5ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 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.304 AS base
2+
FROM ghcr.io/swissgrc/azure-pipelines-dotnet:9.0.305 AS base
33

44

55
# Builder image
@@ -9,9 +9,9 @@ FROM base AS build
99
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1010

1111
# renovate: datasource=repology depName=debian_12/curl versioning=deb
12-
ENV CURL_VERSION=7.88.1-10+deb12u12
12+
ENV CURL_VERSION=7.88.1-10+deb12u14
1313
# renovate: datasource=repology depName=debian_12/gnupg2 versioning=deb
14-
ENV GNUPG_VERSION=2.2.40-1.1
14+
ENV GNUPG_VERSION=2.2.40-1.1+deb12u1
1515

1616
RUN apt-get update -y && \
1717
# Install necessary dependencies
@@ -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.19.0
48+
ENV NODE_VERSION=22.20.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.15.0
72+
ENV PNPM_VERSION=10.18.0
7373

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

0 commit comments

Comments
 (0)