Skip to content

Commit

Permalink
Merge pull request #117 from AkihiroSuda/dev-nerdctl-0.11.0
Browse files Browse the repository at this point in the history
nerdctl: update to v0.11.0
  • Loading branch information
AkihiroSuda authored Jul 20, 2021
2 parents 71f9eb8 + 469f7e5 commit 9e611f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cidata/cidata.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
)

const (
NerdctlVersion = "0.10.0"
NerdctlVersion = "0.11.0"
)

var (
NerdctlFullDigests = map[limayaml.Arch]digest.Digest{
limayaml.X8664: "sha256:5ba3d476707d510fe3ca3928e9cda5d0b4ce527d42b343404c92d563f82ba967",
limayaml.AARCH64: "sha256:91eb715c5f734bd6d2ec6c198c103ed96ef25c80c95850ed5f4477d68f30dd62",
limayaml.X8664: "sha256:a491a3129beddf2feb41a8ea9dcd0d3e4c9cb36c3a21046675e425f4b3daa5a9",
limayaml.AARCH64: "sha256:865d8648e2378e10dc2311f5a373fd0b85cbb6c03d2adafb1ca752d0e1267649",
}
)

Expand Down

0 comments on commit 9e611f0

Please sign in to comment.