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