File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,20 +39,20 @@ const (
39
39
var IPv4loopback1 = net .IPv4 (127 , 0 , 0 , 1 )
40
40
41
41
func defaultContainerdArchives () []File {
42
- const nerdctlVersion = "1.7.3 "
42
+ const nerdctlVersion = "1.7.5 "
43
43
location := func (goos string , goarch string ) string {
44
44
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
45
45
}
46
46
return []File {
47
47
{
48
48
Location : location ("linux" , "amd64" ),
49
49
Arch : X8664 ,
50
- Digest : "sha256:f373aab78f04379557285590ee60ed953d12c9a60e08a52ba159004cf5e3d212 " ,
50
+ Digest : "sha256:adb246a4ef15b8f3d7eed4c6b61173014a6cf343e43ad95eae2087b454dcae5d " ,
51
51
},
52
52
{
53
53
Location : location ("linux" , "arm64" ),
54
54
Arch : AARCH64 ,
55
- Digest : "sha256:4bf3e05c7203a1b86c84a506d022f7f4d2727143c8031cd5e4b78ef03f0fdcda " ,
55
+ Digest : "sha256:ff38142440b4705e12782b7a71074849e712a42ccb69a11306343a8d9f81d8ab " ,
56
56
},
57
57
// No arm-v7
58
58
// No riscv64
You can’t perform that action at this time.
0 commit comments