Updating dependency github.com/opencontainers/runtime-spec to version v1.0.1

This commit is contained in:
Davanum Srinivas
2020-03-24 13:31:08 -04:00
parent a850e2b914
commit 01e553fa1c
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import "os"
// Spec is the base configuration for the container.
type Spec struct {
// Version of the Open Container Runtime Specification with which the bundle complies.
// Version of the Open Container Initiative Runtime Specification with which the bundle complies.
Version string `json:"ociVersion"`
// Process configures the container process.
Process *Process `json:"process,omitempty"`