From 1f4b6e64600ba4298c377caa7ac01b1bb3ef4234 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 9 Aug 2022 14:27:59 +0000 Subject: [PATCH] versions: Update libseccomp version This PR updates the libseccomp version at the versions.yaml that is being used in the kata CI. Fixes #4858 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 53fbe769d4..b1080f301b 100644 --- a/versions.yaml +++ b/versions.yaml @@ -226,7 +226,7 @@ externals: libseccomp: description: "High level interface to Linux seccomp filter" url: "https://github.com/seccomp/libseccomp" - version: "2.5.1" + version: "2.5.4" runc: description: "OCI CLI reference runtime implementation"