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 @@ -38,20 +38,20 @@ const (
38
38
)
39
39
40
40
func defaultContainerdArchives () []File {
41
- const nerdctlVersion = "1.6.1 "
41
+ const nerdctlVersion = "1.6.2 "
42
42
location := func (goos string , goarch string ) string {
43
43
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
44
44
}
45
45
return []File {
46
46
{
47
47
Location : location ("linux" , "amd64" ),
48
48
Arch : X8664 ,
49
- Digest : "sha256:7fef0990bb5badfd0339c2f44a83e037cd8403b8b2dd1c8526defb929c6184fe " ,
49
+ Digest : "sha256:37678f27ad341a7c568c5064f62bcbe90cddec56e65f5d684edf8ca955c3e6a4 " ,
50
50
},
51
51
{
52
52
Location : location ("linux" , "arm64" ),
53
53
Arch : AARCH64 ,
54
- Digest : "sha256:71e8afa10cd04b3dfa3ab25ec607c23188a6b8cd09ca4828a665b4729c23a0ab " ,
54
+ Digest : "sha256:ea30ab544c057e3a0457194ecd273ffbce58067de534bdfaffe4edf3a4da6357 " ,
55
55
},
56
56
// No arm-v7
57
57
// No riscv64
You can’t perform that action at this time.
0 commit comments