mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user