Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ FROM build AS test-node
# renovate: datasource=github-releases packageName=containerbase/node-prebuild versioning=node
RUN install-tool node 22.19.0
# renovate: datasource=npm
RUN install-tool pnpm 10.16.1
RUN install-tool pnpm 10.17.0
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 4.9.4

Expand Down
6 changes: 3 additions & 3 deletions test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN install-tool yarn 4.9.4
FROM build AS testc

# renovate: datasource=npm
RUN install-tool pnpm 10.16.1
RUN install-tool pnpm 10.17.0

RUN set -ex; \
pnpm --version;
Expand Down Expand Up @@ -409,13 +409,13 @@ RUN install-tool corepack 0.34.0

# test if corepack is overriding pnpm
# renovate: datasource=npm
RUN install-tool pnpm 10.16.1
RUN install-tool pnpm 10.17.0

# renovate: datasource=npm
RUN install-tool corepack 0.34.0

# renovate: datasource=npm depName=pnpm
ARG PNPM_VERSION=10.16.1
ARG PNPM_VERSION=10.17.0

RUN set -ex; cd a; \
npm pkg set packageManager=pnpm@${PNPM_VERSION}; \
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN install-tool node 22.19.0
FROM test-node AS test-pnpm

# renovate: datasource=npm
RUN install-tool pnpm 10.16.1
RUN install-tool pnpm 10.17.0

#--------------------------------------
# Image: yarn
Expand Down