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