Skip to content

Commit add358b

Browse files
authored
Merge pull request #2304 from AkihiroSuda/dev
nerdctl: update to v1.7.6
2 parents e53aea8 + f40ec9b commit add358b

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.5"
42+
const nerdctlVersion = "1.7.6"
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:adb246a4ef15b8f3d7eed4c6b61173014a6cf343e43ad95eae2087b454dcae5d",
50+
Digest: "sha256:2c841e097fcfb5a1760bd354b3778cb695b44cd01f9f271c17507dc4a0b25606",
5151
},
5252
{
5353
Location: location("linux", "arm64"),
5454
Arch: AARCH64,
55-
Digest: "sha256:ff38142440b4705e12782b7a71074849e712a42ccb69a11306343a8d9f81d8ab",
55+
Digest: "sha256:77c747f09853ee3d229d77e8de0dd3c85622537d82be57433dc1fca4493bab95",
5656
},
5757
// No arm-v7
5858
// No riscv64

0 commit comments

Comments
 (0)