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 @@ -38,20 +38,20 @@ const (
3838)
3939
4040func defaultContainerdArchives () []File {
41- const nerdctlVersion = "1.6.0 "
41+ const nerdctlVersion = "1.6.1 "
4242 location := func (goos string , goarch string ) string {
4343 return "https://github.com/containerd/nerdctl/releases/download/v" + nerdctlVersion + "/nerdctl-full-" + nerdctlVersion + "-" + goos + "-" + goarch + ".tar.gz"
4444 }
4545 return []File {
4646 {
4747 Location : location ("linux" , "amd64" ),
4848 Arch : X8664 ,
49- Digest : "sha256:2c5c43a8b77ed62090241027361baa62d8fb70a759bc9e7a82c637135598701f " ,
49+ Digest : "sha256:7fef0990bb5badfd0339c2f44a83e037cd8403b8b2dd1c8526defb929c6184fe " ,
5050 },
5151 {
5252 Location : location ("linux" , "arm64" ),
5353 Arch : AARCH64 ,
54- Digest : "sha256:1f5c2db10b4340197dfa63cfee749ad7d0b60d774433d84181815c899c359c80 " ,
54+ Digest : "sha256:71e8afa10cd04b3dfa3ab25ec607c23188a6b8cd09ca4828a665b4729c23a0ab " ,
5555 },
5656 // No arm-v7
5757 // No riscv64
You can’t perform that action at this time.
0 commit comments