We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e155ff + c8a2d9b commit fabada3Copy full SHA for fabada3
1 file changed
features.go
@@ -33,7 +33,7 @@ var featuresCommand = cli.Command{
33
OCIVersionMin: "1.0.0",
34
OCIVersionMax: specs.Version,
35
Annotations: map[string]string{
36
- runcfeatures.AnnotationRuncVersion: version,
+ runcfeatures.AnnotationRuncVersion: context.App.Version,
37
runcfeatures.AnnotationRuncCommit: gitCommit,
38
runcfeatures.AnnotationRuncCheckpointEnabled: "true",
39
},
0 commit comments