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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2022-08-09 14:27:59 +00:00
parent 4d07c86cf1
commit 1f4b6e6460

View File

@ -226,7 +226,7 @@ externals:
libseccomp: libseccomp:
description: "High level interface to Linux seccomp filter" description: "High level interface to Linux seccomp filter"
url: "https://github.com/seccomp/libseccomp" url: "https://github.com/seccomp/libseccomp"
version: "2.5.1" version: "2.5.4"
runc: runc:
description: "OCI CLI reference runtime implementation" description: "OCI CLI reference runtime implementation"