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 @@ -159,7 +159,7 @@ FROM build AS test-node
159159# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
160160RUN install-tool node 22.20.0
161161# renovate: datasource=npm
162- RUN install-tool pnpm 10.18.2
162+ RUN install-tool pnpm 10.18.3
163163# renovate: datasource=npm packageName=@yarnpkg/cli-dist
164164RUN install-tool yarn 4.10.3
165165
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN install-tool yarn 4.10.3
102102FROM build AS testc
103103
104104# renovate: datasource=npm
105- RUN install-tool pnpm 10.18.2
105+ RUN install-tool pnpm 10.18.3
106106
107107RUN set -ex; \
108108 pnpm --version;
@@ -409,13 +409,13 @@ RUN install-tool corepack 0.34.0
409409
410410# test if corepack is overriding pnpm
411411# renovate: datasource=npm
412- RUN install-tool pnpm 10.18.2
412+ RUN install-tool pnpm 10.18.3
413413
414414# renovate: datasource=npm
415415RUN install-tool corepack 0.34.0
416416
417417# renovate: datasource=npm depName=pnpm
418- ARG PNPM_VERSION=10.18.2
418+ ARG PNPM_VERSION=10.18.3
419419
420420RUN set -ex; cd a; \
421421 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 22.20.0
4747FROM test-node AS test-pnpm
4848
4949# renovate: datasource=npm
50- RUN install-tool pnpm 10.18.2
50+ RUN install-tool pnpm 10.18.3
5151
5252#--------------------------------------
5353# Image: yarn
You can’t perform that action at this time.
0 commit comments