Skip to content

Commit dab0828

Browse files
committed
nerdctl: update to v0.12.1
https://github.com/containerd/nerdctl/releases/tag/v0.12.1 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3f5a756 commit dab0828

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
@@ -12,20 +12,20 @@ import (
1212
)
1313

1414
func defaultContainerdArchives() []File {
15-
const nerdctlVersion = "0.12.0"
15+
const nerdctlVersion = "0.12.1"
1616
location := func(goarch string) string {
1717
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
1818
}
1919
return []File{
2020
{
2121
Location: location("amd64"),
2222
Arch: X8664,
23-
Digest: "sha256:7789800cfdd19fa9eccadb5e4a911e4ba759799ad9ec0b7929c983b9d149bc98",
23+
Digest: "sha256:fe9e7e63554795fc4b984c178609a2a9dffa6d69925356f919b8fa30a2f36210",
2424
},
2525
{
2626
Location: location("arm64"),
2727
Arch: AARCH64,
28-
Digest: "sha256:ebb05e22ac6a3c25ac88ca4f747feed89bfae8e447a626d0fedf3b4f40ac3303",
28+
Digest: "sha256:47fb7f904cd541c5761ae9f4fd385bfa93fa4b36a963a5a54f7c8df647f5d6fc",
2929
},
3030
}
3131
}

0 commit comments

Comments
 (0)