File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,20 @@ import (
20
20
)
21
21
22
22
func defaultContainerdArchives () []File {
23
- const nerdctlVersion = "0.13 .0"
23
+ const nerdctlVersion = "0.14 .0"
24
24
location := func (goarch string ) string {
25
25
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
26
26
}
27
27
return []File {
28
28
{
29
29
Location : location ("amd64" ),
30
30
Arch : X8664 ,
31
- Digest : "sha256:ed2d3662fd2866875e107df20f7da6dd32fafa8fa3e8aa9b6b774af20af5ddaa " ,
31
+ Digest : "sha256:3423cb589bb5058ff9ed55f6823adec1299fe2e576612fc6f706fe07eddd398b " ,
32
32
},
33
33
{
34
34
Location : location ("arm64" ),
35
35
Arch : AARCH64 ,
36
- Digest : "sha256:8a744638b01cd53c437a0d2a54c66f0ec4a918b75e93056393e7076bbf06a173 " ,
36
+ Digest : "sha256:32898576fa89392d1af8c21ff3854c0f54d2c66c0de87598be813f25051366e5 " ,
37
37
},
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments