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:
Phil Estes
2023-05-16 09:04:31 -07:00
committed by GitHub

View File

@@ -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