update runc to v1.0.0-rc92

Changes: https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc92

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2020-08-06 14:46:39 +09:00
parent 85b15eff45
commit 8433602989
6 changed files with 37 additions and 27 deletions

View File

@@ -129,7 +129,7 @@ func (t *templateContext) annotation(k string) string {
}
func (t *templateContext) status() string {
return t.state.Status
return string(t.state.Status)
}
func render(ctx *templateContext, source string, out io.Writer) error {