File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ import (
12
12
)
13
13
14
14
func defaultContainerdArchives () []File {
15
- const nerdctlVersion = "0.12.0 "
15
+ const nerdctlVersion = "0.12.1 "
16
16
location := func (goarch string ) string {
17
17
return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-linux-" + goarch + ".tar.gz"
18
18
}
19
19
return []File {
20
20
{
21
21
Location : location ("amd64" ),
22
22
Arch : X8664 ,
23
- Digest : "sha256:7789800cfdd19fa9eccadb5e4a911e4ba759799ad9ec0b7929c983b9d149bc98 " ,
23
+ Digest : "sha256:fe9e7e63554795fc4b984c178609a2a9dffa6d69925356f919b8fa30a2f36210 " ,
24
24
},
25
25
{
26
26
Location : location ("arm64" ),
27
27
Arch : AARCH64 ,
28
- Digest : "sha256:ebb05e22ac6a3c25ac88ca4f747feed89bfae8e447a626d0fedf3b4f40ac3303 " ,
28
+ Digest : "sha256:47fb7f904cd541c5761ae9f4fd385bfa93fa4b36a963a5a54f7c8df647f5d6fc " ,
29
29
},
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments