File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ import (
21
21
)
22
22
23
23
func defaultContainerdArchives () []File {
24
- const nerdctlVersion = "0.16.0 "
24
+ const nerdctlVersion = "0.16.1 "
25
25
location := func (goarch string ) string {
26
26
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
27
27
}
28
28
return []File {
29
29
{
30
30
Location : location ("amd64" ),
31
31
Arch : X8664 ,
32
- Digest : "sha256:6dd955393fd781601a1cc7655d178fa539543f7a62f29e7c34a00e31ff4dddcf " ,
32
+ Digest : "sha256:25b6c9a7059e568238f07baacc1ece6af3d698ae8d33cb9f0ec1e5161230ab62 " ,
33
33
},
34
34
{
35
35
Location : location ("arm64" ),
36
36
Arch : AARCH64 ,
37
- Digest : "sha256:b342f6bec1bc0452148e9d8ec4afdf9de7b1e442e58e55fcf5330702e2fea62f " ,
37
+ Digest : "sha256:e47fd1a03545ce539005a7f8a29644cb2ab515012c1c82b8be0bbafbb1670699 " ,
38
38
},
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments