diff options
| author | Peter Hunt <pehunt@redhat.com> | 2021-01-14 14:43:34 -0500 |
|---|---|---|
| committer | Peter Hunt <pehunt@redhat.com> | 2021-04-16 17:45:52 -0400 |
| commit | 90d7f671385b2237facd65427d2aa059cc6fe24e (patch) | |
| tree | 364884cbd376e82a0dbf4d7363e656f587976ce4 | |
| parent | b2c6663a9f6f52d43b01b7a45dd0d32781bc9ac1 (diff) | |
| download | podman-90d7f671385b2237facd65427d2aa059cc6fe24e.tar.gz podman-90d7f671385b2237facd65427d2aa059cc6fe24e.tar.bz2 podman-90d7f671385b2237facd65427d2aa059cc6fe24e.zip | |
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>
| -rw-r--r-- | libpod/runtime.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go index 53c34a10e..dc53d5ef1 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -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 |
