Skip to content

Commit cc03471

Browse files
committed
nerdctl: update to v1.5.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7e99eb6 commit cc03471

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
@@ -38,20 +38,20 @@ const (
3838
)
3939

4040
func defaultContainerdArchives() []File {
41-
const nerdctlVersion = "1.4.0"
41+
const nerdctlVersion = "1.5.0"
4242
location := func(goarch string) string {
4343
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
4444
}
4545
return []File{
4646
{
4747
Location: location("amd64"),
4848
Arch: X8664,
49-
Digest: "sha256:3bb5f5358ee2c3bd9097e0bf37649c1775e2449094e75acf629f129ec2c7915f",
49+
Digest: "sha256:3f8c494e3c6a265fe2a3c41ef9d6bc859eeeb22095b3353d3558d8120833a23a",
5050
},
5151
{
5252
Location: location("arm64"),
5353
Arch: AARCH64,
54-
Digest: "sha256:589dabd962d936b29fd377dcddbb49c07d1c4c27dd4b402bc4b6b20287fe9c37",
54+
Digest: "sha256:32a2537e0a80e1493b5934ca56c3e237466606a1b720aef23b9c0a7fc3303bdb",
5555
},
5656
// No arm-v7
5757
// No riscv64

0 commit comments

Comments
 (0)