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