Skip to content

Commit 7994a5b

Browse files
authored
Merge pull request #1486 from AkihiroSuda/nerdctl-v1.3.1
nerdctl: update to v1.3.1
2 parents c547981 + f3ca106 commit 7994a5b

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 = "1.3.0"
33+
const nerdctlVersion = "1.3.1"
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:ce4615eb027265d2aaa61f185388738096b652541f7fc7c607bc3f829dd5713d",
41+
Digest: "sha256:955f9a4853762b1258cd38c967e45b6061a181a668907059e56cc01c32f1cf21",
4242
},
4343
{
4444
Location: location("arm64"),
4545
Arch: AARCH64,
46-
Digest: "sha256:38bf61aa9b9d3982256c09c1a6b6206248e372d6ac3f82e80980687b1c84631c",
46+
Digest: "sha256:38d9191421284115af796b13c2bc8c79c5a951c285c726fd73d4d650c6669457",
4747
},
4848
// No riscv64
4949
}

0 commit comments

Comments
 (0)