File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ FROM build AS test-node
153
153
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
154
154
RUN install-tool node 22.14.0
155
155
# renovate: datasource=npm
156
- RUN install-tool pnpm 10.6.1
156
+ RUN install-tool pnpm 10.6.2
157
157
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
158
158
RUN install-tool yarn 4.7.0
159
159
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN install-tool yarn 4.7.0
102
102
FROM build AS testc
103
103
104
104
# renovate: datasource=npm
105
- RUN install-tool pnpm 10.6.1
105
+ RUN install-tool pnpm 10.6.2
106
106
107
107
RUN set -ex; \
108
108
pnpm --version;
@@ -409,13 +409,13 @@ RUN install-tool corepack 0.32.0
409
409
410
410
# test if corepack is overriding pnpm
411
411
# renovate: datasource=npm
412
- RUN install-tool pnpm 10.6.1
412
+ RUN install-tool pnpm 10.6.2
413
413
414
414
# renovate: datasource=npm
415
415
RUN install-tool corepack 0.32.0
416
416
417
417
# renovate: datasource=npm depName=pnpm
418
- ARG PNPM_VERSION=10.6.1
418
+ ARG PNPM_VERSION=10.6.2
419
419
420
420
RUN set -ex; cd a; \
421
421
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.14.0
47
47
FROM test-node AS test-pnpm
48
48
49
49
# renovate: datasource=npm
50
- RUN install-tool pnpm 10.6.1
50
+ RUN install-tool pnpm 10.6.2
51
51
52
52
#--------------------------------------
53
53
# Image: yarn
You can’t perform that action at this time.
0 commit comments