Skip to content

Commit 93b145b

Browse files
committed
1 parent b06770d commit 93b145b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/limayaml/defaults.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ const (
3939
var IPv4loopback1 = net.IPv4(127, 0, 0, 1)
4040

4141
func defaultContainerdArchives() []File {
42-
const nerdctlVersion = "1.7.3"
42+
const nerdctlVersion = "1.7.5"
4343
location := func(goos string, goarch string) string {
4444
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
4545
}
4646
return []File{
4747
{
4848
Location: location("linux", "amd64"),
4949
Arch: X8664,
50-
Digest: "sha256:f373aab78f04379557285590ee60ed953d12c9a60e08a52ba159004cf5e3d212",
50+
Digest: "sha256:adb246a4ef15b8f3d7eed4c6b61173014a6cf343e43ad95eae2087b454dcae5d",
5151
},
5252
{
5353
Location: location("linux", "arm64"),
5454
Arch: AARCH64,
55-
Digest: "sha256:4bf3e05c7203a1b86c84a506d022f7f4d2727143c8031cd5e4b78ef03f0fdcda",
55+
Digest: "sha256:ff38142440b4705e12782b7a71074849e712a42ccb69a11306343a8d9f81d8ab",
5656
},
5757
// No arm-v7
5858
// No riscv64

0 commit comments

Comments
 (0)