We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403f446 commit 4a80a49Copy full SHA for 4a80a49
linux/Dockerfile
@@ -31,7 +31,7 @@ RUN install-tool dotnet 10.0.102
31
RUN install-tool node 24.13.0
32
33
# renovate: datasource=npm
34
-RUN install-tool pnpm 10.28.0
+RUN install-tool pnpm 10.28.1
35
36
# renovate: datasource=github-releases packageName=docker/compose
37
RUN install-tool docker-compose v2.40.3
windows/Dockerfile
@@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.4
22
23
24
25
-RUN install-npm pnpm 10.28.0
+RUN install-npm pnpm 10.28.1
26
27
# renovate: datasource=java-version packageName=java-jre?os=windows&architecture=x64
28
RUN install-tool java 21.0.9+10.0.LTS
0 commit comments