Commit 44ef6e9
committed
fix: pin .NET SDK and runtime digests in nethermind Dockerfile
The nethermind Dockerfile used floating tags (dotnet/sdk:10.0-noble and
dotnet/aspnet:10.0-noble) which broke when Microsoft pushed a new SDK
image. Pin both to the exact digests that Nethermind 1.36.2 uses
upstream, matching their own Dockerfile at that tag.
- SDK: 10.0.101-noble@sha256:d1823fe...
- Runtime: aspnet:10.0.1-noble@sha256:eaa7920...1 parent 3bac950 commit 44ef6e9
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