mirror of
https://github.com/containers/podman.git
synced 2025-05-22 01:27:07 +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
|
conmonMinMinorVersion = 0
|
||||||
|
|
||||||
// conmonMinPatchVersion is the sub-minor version required for conmon.
|
// 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
|
// A RuntimeOption is a functional option which alters the Runtime created by
|
||||||
|
Reference in New Issue
Block a user