We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6f86b commit 288aab5Copy full SHA for 288aab5
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.2.1
+RUN install-tool pnpm 10.3.0
33
34
# renovate: datasource=github-releases packageName=docker/compose
35
RUN install-tool docker-compose v2.33.0
windows/Dockerfile
@@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.0
22
23
24
25
-RUN install-npm pnpm 10.2.1
+RUN install-npm pnpm 10.3.0
26
27
# renovate: datasource=java-version packageName=java-jre
28
RUN install-tool java 21.0.6+7.0.LTS
0 commit comments