Skip to content

Commit b723985

Browse files
committed
nerdctl: update to v1.0.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8bc33d3 commit b723985

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.23.0"
33+
const nerdctlVersion = "1.0.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:2097ffb95c6ce3d847ca4882867297b5ab80e3daea6f967e96ce00cc636981b6",
41+
Digest: "sha256:b7f76a3bf1b8161eb94ebe885945feb2887dfc0d274f9da908a17bc0ef853eb9",
4242
},
4343
{
4444
Location: location("arm64"),
4545
Arch: AARCH64,
46-
Digest: "sha256:d25171f8b6fe778b77ff0830a8e17bd61c68af69bd734fb9d7f4490e069a7816",
46+
Digest: "sha256:e4c9b9434c88847f4d18f8b84c0d073555e4c949546cfa8a21e719de67afdf70",
4747
},
4848
// No riscv64
4949
}

0 commit comments

Comments
 (0)