Skip to content

Commit 469f7e5

Browse files
committed
nerdctl: update to v0.11.0
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 71f9eb8 commit 469f7e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cidata/cidata.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ import (
2222
)
2323

2424
const (
25-
NerdctlVersion = "0.10.0"
25+
NerdctlVersion = "0.11.0"
2626
)
2727

2828
var (
2929
NerdctlFullDigests = map[limayaml.Arch]digest.Digest{
30-
limayaml.X8664: "sha256:5ba3d476707d510fe3ca3928e9cda5d0b4ce527d42b343404c92d563f82ba967",
31-
limayaml.AARCH64: "sha256:91eb715c5f734bd6d2ec6c198c103ed96ef25c80c95850ed5f4477d68f30dd62",
30+
limayaml.X8664: "sha256:a491a3129beddf2feb41a8ea9dcd0d3e4c9cb36c3a21046675e425f4b3daa5a9",
31+
limayaml.AARCH64: "sha256:865d8648e2378e10dc2311f5a373fd0b85cbb6c03d2adafb1ca752d0e1267649",
3232
}
3333
)
3434

0 commit comments

Comments
 (0)