Skip to content

Commit 6945fd4

Browse files
committed
nerdctl: update to v0.19.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent a3dd1b5 commit 6945fd4

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
@@ -30,20 +30,20 @@ const (
3030
)
3131

3232
func defaultContainerdArchives() []File {
33-
const nerdctlVersion = "0.18.0"
33+
const nerdctlVersion = "0.19.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:62573b9e3bca6794502ad04ae77a2b12ec80aeaa21e8b9bbc5562f3e6348eb66",
41+
Digest: "sha256:440c90a37e3bfc5d1dfa12bec5b65ed22bc479e13a5e141a69e24ae55a883ae8",
4242
},
4343
{
4444
Location: location("arm64"),
4545
Arch: AARCH64,
46-
Digest: "sha256:6e3ca13479f0128e0ea3813bfba6a7ecc04707840f49ee248a64bfb2126bab4c",
46+
Digest: "sha256:d07c5213a6789eb1d3d07febaa982a043611e8205264066388c43317924cf446",
4747
},
4848
}
4949
}

0 commit comments

Comments
 (0)