File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ FROM build AS test-node
207207# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
208208RUN install-tool node 24.17.0
209209# renovate: datasource=npm
210- RUN install-tool pnpm 10.34.3
210+ RUN install-tool pnpm 11.8.0
211211# renovate: datasource=npm packageName=@yarnpkg/cli-dist
212212RUN install-tool yarn 4.17.0
213213
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN install-tool yarn 4.17.0
102102FROM build AS testc
103103
104104# renovate: datasource=npm
105- RUN install-tool pnpm 10.34.3
105+ RUN install-tool pnpm 11.8.0
106106
107107RUN set -ex; \
108108 pnpm --version;
@@ -458,13 +458,13 @@ RUN install-tool corepack 0.35.0
458458
459459# test if corepack is overriding pnpm
460460# renovate: datasource=npm
461- RUN install-tool pnpm 10.34.3
461+ RUN install-tool pnpm 11.8.0
462462
463463# renovate: datasource=npm
464464RUN install-tool corepack 0.35.0
465465
466466# renovate: datasource=npm depName=pnpm
467- ARG PNPM_VERSION=10.34.3
467+ ARG PNPM_VERSION=11.8.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.17.0
4747FROM test-node AS test-pnpm
4848
4949# renovate: datasource=npm
50- RUN install-tool pnpm 10.34.3
50+ RUN install-tool pnpm 11.8.0
5151
5252#--------------------------------------
5353# Image: yarn
You can’t perform that action at this time.
0 commit comments