Commit 5598217
authored
fix: update dotnet images to 10.0 for Nethermind 1.36.0 (#967)
Nethermind 1.36.0 requires .NET SDK 10.0.100 (via global.json),
but the Dockerfile was still using 9.0 images, causing the build
to fail with exit code 145.1 parent 5d47f18 commit 5598217
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments