summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go2
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