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 @@ -29,20 +29,20 @@ const (
29
29
)
30
30
31
31
func defaultContainerdArchives () []File {
32
- const nerdctlVersion = "0.22.2 "
32
+ const nerdctlVersion = "0.23.0 "
33
33
location := func (goarch string ) string {
34
34
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
35
35
}
36
36
return []File {
37
37
{
38
38
Location : location ("amd64" ),
39
39
Arch : X8664 ,
40
- Digest : "sha256:2b4a099fbc30bd9959b0034f3c3e73a011ea8c76aa7e20139862313aef576e61 " ,
40
+ Digest : "sha256:2097ffb95c6ce3d847ca4882867297b5ab80e3daea6f967e96ce00cc636981b6 " ,
41
41
},
42
42
{
43
43
Location : location ("arm64" ),
44
44
Arch : AARCH64 ,
45
- Digest : "sha256:73ecaa66e9d2debbe6a1c47a3ca0bbc14d3e6f9e99f2f5a5a28129c2d745f0ba " ,
45
+ Digest : "sha256:d25171f8b6fe778b77ff0830a8e17bd61c68af69bd734fb9d7f4490e069a7816 " ,
46
46
},
47
47
// No riscv64
48
48
}
You can’t perform that action at this time.
0 commit comments