Skip to content

Commit 0089947

Browse files
committed
nerdctl: update to v0.22.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7d63c49 commit 0089947

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/limayaml/defaults.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ const (
2929
)
3030

3131
func defaultContainerdArchives() []File {
32-
const nerdctlVersion = "0.21.0"
32+
const nerdctlVersion = "0.22.0"
3333
location := func(goarch string) string {
3434
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
3535
}
3636
return []File{
3737
{
3838
Location: location("amd64"),
3939
Arch: X8664,
40-
Digest: "sha256:728f9b543374b1b1733f759608e156dbe578d7b140a081084a1f4bfb4f2b3fbf",
40+
Digest: "sha256:2c891984eae000e76e47ae1e6be82c7c2732202bbfe9e1f9f66ceff44f4ec257",
4141
},
4242
{
4343
Location: location("arm64"),
4444
Arch: AARCH64,
45-
Digest: "sha256:1d0c822f7571042e71ef0b2f8d092f99b0034061726385ca90deaf0b3d2ce3d9",
45+
Digest: "sha256:939e438a29eee11ff85a808b1f504e8875d1fe9aa2174cff761fc5bfdd461194",
4646
},
4747
// No riscv64
4848
}

0 commit comments

Comments
 (0)