Skip to content

Commit 1734158

Browse files
test(deps): update dependency pnpm to v10.32.1 (main) (#6194)
test(deps): update dependency pnpm to v10.32.1 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 788f46d commit 1734158

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
@@ -195,7 +195,7 @@ FROM build AS test-node
195195
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
196196
RUN install-tool node 24.14.0
197197
# renovate: datasource=npm
198-
RUN install-tool pnpm 10.32.0
198+
RUN install-tool pnpm 10.32.1
199199
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
200200
RUN install-tool yarn 4.12.0
201201

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.12.0
102102
FROM build AS testc
103103

104104
# renovate: datasource=npm
105-
RUN install-tool pnpm 10.32.0
105+
RUN install-tool pnpm 10.32.1
106106

107107
RUN set -ex; \
108108
pnpm --version;
@@ -458,13 +458,13 @@ RUN install-tool corepack 0.34.6
458458

459459
# test if corepack is overriding pnpm
460460
# renovate: datasource=npm
461-
RUN install-tool pnpm 10.32.0
461+
RUN install-tool pnpm 10.32.1
462462

463463
# renovate: datasource=npm
464464
RUN install-tool corepack 0.34.6
465465

466466
# renovate: datasource=npm depName=pnpm
467-
ARG PNPM_VERSION=10.32.0
467+
ARG PNPM_VERSION=10.32.1
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.14.0
4747
FROM test-node AS test-pnpm
4848

4949
# renovate: datasource=npm
50-
RUN install-tool pnpm 10.32.0
50+
RUN install-tool pnpm 10.32.1
5151

5252
#--------------------------------------
5353
# Image: yarn

0 commit comments

Comments
 (0)