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 @@ -22,20 +22,20 @@ import (
22
22
)
23
23
24
24
func defaultContainerdArchives () []File {
25
- const nerdctlVersion = "0.17.0 "
25
+ const nerdctlVersion = "0.17.1 "
26
26
location := func (goarch string ) string {
27
27
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
28
28
}
29
29
return []File {
30
30
{
31
31
Location : location ("amd64" ),
32
32
Arch : X8664 ,
33
- Digest : "sha256:5eef74d5031b2f014a7f594e1f2ff319161a29f9309a56bee1a44fb90430a28d " ,
33
+ Digest : "sha256:046ac1c3d007b9b64880cb15a78ea1e0be345d31f51ff282be783a9c203f299d " ,
34
34
},
35
35
{
36
36
Location : location ("arm64" ),
37
37
Arch : AARCH64 ,
38
- Digest : "sha256:b0ae2fc89d362afa18afcc35798d4da613096613d06cae07181b777cd66002e8 " ,
38
+ Digest : "sha256:b773a0db178af9d0963b7c84df88ee434e0c1986fe7491dc1de3231e071e3921 " ,
39
39
},
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments