We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40da5c7 commit 1cf22caCopy full SHA for 1cf22ca
linux/Dockerfile
@@ -29,7 +29,7 @@ RUN install-tool dotnet 9.0.200
29
RUN install-tool node 22.14.0
30
31
# renovate: datasource=npm
32
-RUN install-tool pnpm 10.5.2
+RUN install-tool pnpm 10.6.0
33
34
# renovate: datasource=github-releases packageName=docker/compose
35
RUN install-tool docker-compose v2.33.1
windows/Dockerfile
@@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.0
22
23
24
25
-RUN install-npm pnpm 10.5.2
+RUN install-npm pnpm 10.6.0
26
27
# renovate: datasource=java-version packageName=java-jre
28
RUN install-tool java 21.0.6+7.0.LTS
0 commit comments