Skip to content

Commit 294c167

Browse files
committed
nerdctl: update to v0.11.2
https://github.com/containerd/nerdctl/releases/tag/v0.11.2 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 72aea5c commit 294c167

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/cidata/cidata.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ import (
2424
)
2525

2626
const (
27-
NerdctlVersion = "0.11.1"
27+
NerdctlVersion = "0.11.2"
2828
)
2929

3030
var (
3131
NerdctlFullDigests = map[limayaml.Arch]digest.Digest{
32-
limayaml.X8664: "sha256:ce7a6e119b03c3fb8ded3d46d929962fd17417bea1d5bbc07e0fce49494d8a09",
33-
limayaml.AARCH64: "sha256:e2c8d0417b2fb79919f22a818813c646ad7ce0e600a951b6bac98340650e4435",
32+
limayaml.X8664: "sha256:27dbb238f9eb248ca68f11b412670db51db84905e3583834400305b2149915f2",
33+
limayaml.AARCH64: "sha256:fe6322a88cb15d8a502e649827e3d1570210bb038b7a4a52820bce0fec86a637",
3434
}
3535
)
3636

0 commit comments

Comments
 (0)