runtime: bump required conmon version

2.0.24 introduced the new behavior with --full-attach, allowing podman to no longer use the socketDir

Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Peter Hunt
2021-01-14 14:43:34 -05:00
parent b2c6663a9f
commit 90d7f67138

View File

@ -44,7 +44,7 @@ const (
conmonMinMinorVersion = 0
// conmonMinPatchVersion is the sub-minor version required for conmon.
conmonMinPatchVersion = 1
conmonMinPatchVersion = 24
)
// A RuntimeOption is a functional option which alters the Runtime created by