Skip to content

Commit 4d48744

Browse files
committed
nerdctl: update to v0.22.2
Signed-off-by: Akihiro Suda <[email protected]>
1 parent a204a31 commit 4d48744

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
@@ -29,20 +29,20 @@ const (
2929
)
3030

3131
func defaultContainerdArchives() []File {
32-
const nerdctlVersion = "0.22.0"
32+
const nerdctlVersion = "0.22.2"
3333
location := func(goarch string) string {
3434
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
3535
}
3636
return []File{
3737
{
3838
Location: location("amd64"),
3939
Arch: X8664,
40-
Digest: "sha256:2c891984eae000e76e47ae1e6be82c7c2732202bbfe9e1f9f66ceff44f4ec257",
40+
Digest: "sha256:2b4a099fbc30bd9959b0034f3c3e73a011ea8c76aa7e20139862313aef576e61",
4141
},
4242
{
4343
Location: location("arm64"),
4444
Arch: AARCH64,
45-
Digest: "sha256:939e438a29eee11ff85a808b1f504e8875d1fe9aa2174cff761fc5bfdd461194",
45+
Digest: "sha256:73ecaa66e9d2debbe6a1c47a3ca0bbc14d3e6f9e99f2f5a5a28129c2d745f0ba",
4646
},
4747
// No riscv64
4848
}

0 commit comments

Comments
 (0)