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.5 "
42
+ const nerdctlVersion = "1.7.6 "
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:adb246a4ef15b8f3d7eed4c6b61173014a6cf343e43ad95eae2087b454dcae5d " ,
50
+ Digest : "sha256:2c841e097fcfb5a1760bd354b3778cb695b44cd01f9f271c17507dc4a0b25606 " ,
51
51
},
52
52
{
53
53
Location : location ("linux" , "arm64" ),
54
54
Arch : AARCH64 ,
55
- Digest : "sha256:ff38142440b4705e12782b7a71074849e712a42ccb69a11306343a8d9f81d8ab " ,
55
+ Digest : "sha256:77c747f09853ee3d229d77e8de0dd3c85622537d82be57433dc1fca4493bab95 " ,
56
56
},
57
57
// No arm-v7
58
58
// No riscv64
You can’t perform that action at this time.
0 commit comments