From afe592f5d91a72ccd27e73bcfd6a0a1f79d3999b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 18 Jul 2022 19:53:37 +0200 Subject: [PATCH] Fix libseccomp version (#23440) --- source/_includes/installation/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/installation/container.md b/source/_includes/installation/container.md index 01a3f442d93..cf5097142b6 100644 --- a/source/_includes/installation/container.md +++ b/source/_includes/installation/container.md @@ -8,7 +8,7 @@ These below instructions are for an installation of Home Assistant Container run This guide assumes that you already have an operating system setup and a container runtime installed (like Docker). -If you are using Docker then you need to be on at least version 19.03.9, ideally an even higher version, and `libseccomp` 2.42 or newer. +If you are using Docker then you need to be on at least version 19.03.9, ideally an even higher version, and `libseccomp` 2.4.2 or newer. ### Platform Installation