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 @@ -21,20 +21,20 @@ import (
2121)
2222
2323func defaultContainerdArchives () []File {
24- const nerdctlVersion = "0.16.1 "
24+ const nerdctlVersion = "0.17.0 "
2525 location := func (goarch string ) string {
2626 return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
2727 }
2828 return []File {
2929 {
3030 Location : location ("amd64" ),
3131 Arch : X8664 ,
32- Digest : "sha256:25b6c9a7059e568238f07baacc1ece6af3d698ae8d33cb9f0ec1e5161230ab62 " ,
32+ Digest : "sha256:5eef74d5031b2f014a7f594e1f2ff319161a29f9309a56bee1a44fb90430a28d " ,
3333 },
3434 {
3535 Location : location ("arm64" ),
3636 Arch : AARCH64 ,
37- Digest : "sha256:e47fd1a03545ce539005a7f8a29644cb2ab515012c1c82b8be0bbafbb1670699 " ,
37+ Digest : "sha256:b0ae2fc89d362afa18afcc35798d4da613096613d06cae07181b777cd66002e8 " ,
3838 },
3939 }
4040}
You can’t perform that action at this time.
0 commit comments