Skip to content

Commit c2b5ab0

Browse files
committed
nerdctl: update to v0.14.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7656fa1 commit c2b5ab0

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
@@ -20,20 +20,20 @@ import (
2020
)
2121

2222
func defaultContainerdArchives() []File {
23-
const nerdctlVersion = "0.13.0"
23+
const nerdctlVersion = "0.14.0"
2424
location := func(goarch string) string {
2525
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
2626
}
2727
return []File{
2828
{
2929
Location: location("amd64"),
3030
Arch: X8664,
31-
Digest: "sha256:ed2d3662fd2866875e107df20f7da6dd32fafa8fa3e8aa9b6b774af20af5ddaa",
31+
Digest: "sha256:3423cb589bb5058ff9ed55f6823adec1299fe2e576612fc6f706fe07eddd398b",
3232
},
3333
{
3434
Location: location("arm64"),
3535
Arch: AARCH64,
36-
Digest: "sha256:8a744638b01cd53c437a0d2a54c66f0ec4a918b75e93056393e7076bbf06a173",
36+
Digest: "sha256:32898576fa89392d1af8c21ff3854c0f54d2c66c0de87598be813f25051366e5",
3737
},
3838
}
3939
}

0 commit comments

Comments
 (0)