Skip to content

Commit 7efda72

Browse files
test(deps): update dependency pnpm to v11
1 parent 46ca6f4 commit 7efda72

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ FROM build AS test-node
207207
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
208208
RUN 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
212212
RUN install-tool yarn 4.17.0
213213

test/node/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN install-tool yarn 4.17.0
102102
FROM 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

107107
RUN 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
464464
RUN 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

469469
RUN set -ex; cd a; \
470470
npm pkg set packageManager=pnpm@${PNPM_VERSION}; \

test/node/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN install-tool node 24.17.0
4747
FROM 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

0 commit comments

Comments
 (0)