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 @@ -30,20 +30,20 @@ const (
3030)
3131
3232func defaultContainerdArchives () []File {
33- const nerdctlVersion = "1.2.1 "
33+ const nerdctlVersion = "1.3.0 "
3434 location := func (goarch string ) string {
3535 return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
3636 }
3737 return []File {
3838 {
3939 Location : location ("amd64" ),
4040 Arch : X8664 ,
41- Digest : "sha256:e8a3e40d442c566ee494375a4c563121da69d7c7837f50f4a3a171742757b36c " ,
41+ Digest : "sha256:ce4615eb027265d2aaa61f185388738096b652541f7fc7c607bc3f829dd5713d " ,
4242 },
4343 {
4444 Location : location ("arm64" ),
4545 Arch : AARCH64 ,
46- Digest : "sha256:1334bedbc9704994795bae88138807bd74e8bf2a23717491af5b8ae3aebebcda " ,
46+ Digest : "sha256:38bf61aa9b9d3982256c09c1a6b6206248e372d6ac3f82e80980687b1c84631c " ,
4747 },
4848 // No riscv64
4949 }
You can’t perform that action at this time.
0 commit comments