Skip to content

Commit 70cd56e

Browse files
authored
Merge 21dc3de into 4a6db15
2 parents 4a6db15 + 21dc3de commit 70cd56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ func parseVersion(data []byte) (Version, error) {
750750
// Availability:
751751
//
752752
// - runc: supported since runc v1.1.0
753-
// - crun: https://github.com/containers/crun/issues/1177
753+
// - crun: supported since crun v1.8.6
754754
// - youki: https://github.com/containers/youki/issues/815
755755
func (r *Runc) Features(context context.Context) (*features.Features, error) {
756756
data, err := r.cmdOutput(r.command(context, "features"), false, nil)

0 commit comments

Comments
 (0)