We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a66891 commit 04a2ee0Copy full SHA for 04a2ee0
linux/Dockerfile
@@ -31,7 +31,7 @@ RUN install-tool dotnet 10.0.101
31
RUN install-tool node 24.12.0
32
33
# renovate: datasource=npm
34
-RUN install-tool pnpm 10.27.0
+RUN install-tool pnpm 10.28.0
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.27.0
+RUN install-npm pnpm 10.28.0
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