Skip to content

Commit 214ea0c

Browse files
fix(deps): update dependency pnpm to v10.4.0 (#2112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 242ba7c commit 214ea0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN install-tool dotnet 9.0.200
2929
RUN install-tool node 22.14.0
3030

3131
# renovate: datasource=npm
32-
RUN install-tool pnpm 10.3.0
32+
RUN install-tool pnpm 10.4.0
3333

3434
# renovate: datasource=github-releases packageName=docker/compose
3535
RUN install-tool docker-compose v2.33.0

windows/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN install-tool powershell v7.5.0
2222
RUN install-tool node 22.14.0
2323

2424
# renovate: datasource=npm
25-
RUN install-npm pnpm 10.3.0
25+
RUN install-npm pnpm 10.4.0
2626

2727
# renovate: datasource=java-version packageName=java-jre
2828
RUN install-tool java 21.0.6+7.0.LTS

0 commit comments

Comments
 (0)