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 @@ -156,7 +156,7 @@ FROM build AS test-node
156
156
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
157
157
RUN install-tool node 22.19.0
158
158
# renovate: datasource=npm
159
- RUN install-tool pnpm 10.16.1
159
+ RUN install-tool pnpm 10.17.0
160
160
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
161
161
RUN install-tool yarn 4.9.4
162
162
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN install-tool yarn 4.9.4
102
102
FROM build AS testc
103
103
104
104
# renovate: datasource=npm
105
- RUN install-tool pnpm 10.16.1
105
+ RUN install-tool pnpm 10.17.0
106
106
107
107
RUN set -ex; \
108
108
pnpm --version;
@@ -409,13 +409,13 @@ RUN install-tool corepack 0.34.0
409
409
410
410
# test if corepack is overriding pnpm
411
411
# renovate: datasource=npm
412
- RUN install-tool pnpm 10.16.1
412
+ RUN install-tool pnpm 10.17.0
413
413
414
414
# renovate: datasource=npm
415
415
RUN install-tool corepack 0.34.0
416
416
417
417
# renovate: datasource=npm depName=pnpm
418
- ARG PNPM_VERSION=10.16.1
418
+ ARG PNPM_VERSION=10.17.0
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.19.0
47
47
FROM test-node AS test-pnpm
48
48
49
49
# renovate: datasource=npm
50
- RUN install-tool pnpm 10.16.1
50
+ RUN install-tool pnpm 10.17.0
51
51
52
52
#--------------------------------------
53
53
# Image: yarn
You can’t perform that action at this time.
0 commit comments