Bump seccomp version to be the same as one in runc repo
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
8eea15f891
commit
85cf9a09e8
@ -22,7 +22,7 @@ set -eu -o pipefail
|
||||
|
||||
set -x
|
||||
|
||||
export SECCOMP_VERSION=2.5.1
|
||||
export SECCOMP_VERSION=2.5.4
|
||||
SECCOMP_PATH=$(mktemp -d)
|
||||
export SECCOMP_PATH
|
||||
curl -fsSL "https://github.com/seccomp/libseccomp/releases/download/v${SECCOMP_VERSION}/libseccomp-${SECCOMP_VERSION}.tar.gz" | tar -xzC "$SECCOMP_PATH" --strip-components=1
|
||||
|
Loading…
Reference in New Issue
Block a user