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