Skip to content

Commit 7648e1c

Browse files
authored
Merge pull request #548 from AkihiroSuda/dev
nerdctl: update to v0.16.0
2 parents 9e7ee97 + 893389f commit 7648e1c

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
@@ -21,20 +21,20 @@ import (
2121
)
2222

2323
func defaultContainerdArchives() []File {
24-
const nerdctlVersion = "0.15.0"
24+
const nerdctlVersion = "0.16.0"
2525
location := func(goarch string) string {
2626
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
2727
}
2828
return []File{
2929
{
3030
Location: location("amd64"),
3131
Arch: X8664,
32-
Digest: "sha256:ca40d99d257e69f0220bb1cbdab1b602032692f45f713c901f328d2f4e3c12b3",
32+
Digest: "sha256:6dd955393fd781601a1cc7655d178fa539543f7a62f29e7c34a00e31ff4dddcf",
3333
},
3434
{
3535
Location: location("arm64"),
3636
Arch: AARCH64,
37-
Digest: "sha256:dd8639ce868bab394467576f55375c4b40a8288badb579d2e30c3487da6004ea",
37+
Digest: "sha256:b342f6bec1bc0452148e9d8ec4afdf9de7b1e442e58e55fcf5330702e2fea62f",
3838
},
3939
}
4040
}

0 commit comments

Comments
 (0)