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 @@ -143,7 +143,7 @@ RUN install-tool node 20.17.0
# renovate: datasource=npm
RUN install-tool pnpm 9.10.0
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 4.4.0
RUN install-tool yarn 4.4.1

#--------------------------------------
# Image: test-php
Expand Down
2 changes: 1 addition & 1 deletion test/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN install-tool yarn 2.4.2
RUN install-tool yarn 3.8.1

# renovate: datasource=npm packageName=@yarnpkg/cli-dist
RUN install-tool yarn 4.4.0
RUN install-tool yarn 4.4.1

#--------------------------------------
# test: pnpm
Expand Down