Skip to content

Commit 84366b0

Browse files
authored
Merge pull request #1559 from AkihiroSuda/nerdctl-v1.4.0
nerdctl: update to v1.4.0
2 parents ca31980 + 0ba14ed commit 84366b0

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
@@ -32,20 +32,20 @@ const (
3232
)
3333

3434
func defaultContainerdArchives() []File {
35-
const nerdctlVersion = "1.3.1"
35+
const nerdctlVersion = "1.4.0"
3636
location := func(goarch string) string {
3737
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
3838
}
3939
return []File{
4040
{
4141
Location: location("amd64"),
4242
Arch: X8664,
43-
Digest: "sha256:955f9a4853762b1258cd38c967e45b6061a181a668907059e56cc01c32f1cf21",
43+
Digest: "sha256:3bb5f5358ee2c3bd9097e0bf37649c1775e2449094e75acf629f129ec2c7915f",
4444
},
4545
{
4646
Location: location("arm64"),
4747
Arch: AARCH64,
48-
Digest: "sha256:38d9191421284115af796b13c2bc8c79c5a951c285c726fd73d4d650c6669457",
48+
Digest: "sha256:589dabd962d936b29fd377dcddbb49c07d1c4c27dd4b402bc4b6b20287fe9c37",
4949
},
5050
// No riscv64
5151
}

0 commit comments

Comments
 (0)