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.21 .0"
32
+ const nerdctlVersion = "0.22 .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:728f9b543374b1b1733f759608e156dbe578d7b140a081084a1f4bfb4f2b3fbf " ,
40
+ Digest : "sha256:2c891984eae000e76e47ae1e6be82c7c2732202bbfe9e1f9f66ceff44f4ec257 " ,
41
41
},
42
42
{
43
43
Location : location ("arm64" ),
44
44
Arch : AARCH64 ,
45
- Digest : "sha256:1d0c822f7571042e71ef0b2f8d092f99b0034061726385ca90deaf0b3d2ce3d9 " ,
45
+ Digest : "sha256:939e438a29eee11ff85a808b1f504e8875d1fe9aa2174cff761fc5bfdd461194 " ,
46
46
},
47
47
// No riscv64
48
48
}
You can’t perform that action at this time.
0 commit comments