File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ FROM build AS test-node
193193# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
194194RUN install-tool node 24.14.0
195195# renovate: datasource=npm
196- RUN install-tool pnpm 10.30.3
196+ RUN install-tool pnpm 10.31.0
197197# renovate: datasource=npm packageName=@yarnpkg/cli-dist
198198RUN install-tool yarn 4.12.0
199199
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN install-tool yarn 4.12.0
102102FROM build AS testc
103103
104104# renovate: datasource=npm
105- RUN install-tool pnpm 10.30.3
105+ RUN install-tool pnpm 10.31.0
106106
107107RUN set -ex; \
108108 pnpm --version;
@@ -458,13 +458,13 @@ RUN install-tool corepack 0.34.6
458458
459459# test if corepack is overriding pnpm
460460# renovate: datasource=npm
461- RUN install-tool pnpm 10.30.3
461+ RUN install-tool pnpm 10.31.0
462462
463463# renovate: datasource=npm
464464RUN install-tool corepack 0.34.6
465465
466466# renovate: datasource=npm depName=pnpm
467- ARG PNPM_VERSION=10.30.3
467+ ARG PNPM_VERSION=10.31.0
468468
469469RUN set -ex; cd a; \
470470 npm pkg set packageManager=pnpm@${PNPM_VERSION}; \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN install-tool node 24.14.0
4747FROM test-node AS test-pnpm
4848
4949# renovate: datasource=npm
50- RUN install-tool pnpm 10.30.3
50+ RUN install-tool pnpm 10.31.0
5151
5252#--------------------------------------
5353# Image: yarn
You can’t perform that action at this time.
0 commit comments