Skip to content

Commit 35ebd33

Browse files
committed
nerdctl: update to v0.17.1
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 1ad69aa commit 35ebd33

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
@@ -22,20 +22,20 @@ import (
2222
)
2323

2424
func defaultContainerdArchives() []File {
25-
const nerdctlVersion = "0.17.0"
25+
const nerdctlVersion = "0.17.1"
2626
location := func(goarch string) string {
2727
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
2828
}
2929
return []File{
3030
{
3131
Location: location("amd64"),
3232
Arch: X8664,
33-
Digest: "sha256:5eef74d5031b2f014a7f594e1f2ff319161a29f9309a56bee1a44fb90430a28d",
33+
Digest: "sha256:046ac1c3d007b9b64880cb15a78ea1e0be345d31f51ff282be783a9c203f299d",
3434
},
3535
{
3636
Location: location("arm64"),
3737
Arch: AARCH64,
38-
Digest: "sha256:b0ae2fc89d362afa18afcc35798d4da613096613d06cae07181b777cd66002e8",
38+
Digest: "sha256:b773a0db178af9d0963b7c84df88ee434e0c1986fe7491dc1de3231e071e3921",
3939
},
4040
}
4141
}

0 commit comments

Comments
 (0)