Skip to content

Commit f17506d

Browse files
authored
Merge pull request #248 from AkihiroSuda/nerdctl-v0.11.2
nerdctl: update to v0.11.2
2 parents 02dcc20 + 294c167 commit f17506d

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
@@ -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)