We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8093d commit fafab27Copy full SHA for fafab27
2 files changed
test/Dockerfile.distro
@@ -209,7 +209,7 @@ RUN install-tool node 24.17.0
209
# renovate: datasource=npm
210
RUN install-tool pnpm 10.34.3
211
# renovate: datasource=npm packageName=@yarnpkg/cli-dist
212
-RUN install-tool yarn 4.16.0
+RUN install-tool yarn 4.17.0
213
214
#--------------------------------------
215
# Image: test-php
test/node/Dockerfile
@@ -93,7 +93,7 @@ RUN install-tool yarn 2.4.2
93
RUN install-tool yarn 3.8.1
94
95
96
97
98
99
# test: pnpm
0 commit comments