Merge pull request #8518 from dims/bump-seccomp-version-to-be-the-same-as-one-in-runc-repo
Bump seccomp version to be the same as one in runc repo
This commit is contained in:
commit
7a5a4ecfed
@ -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