mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
build: update libseccomp to v2.5.5
This adds support for syscalls up to Linux 6.7-rc3. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
ARG GO_VERSION=1.20
|
||||
ARG BATS_VERSION=v1.9.0
|
||||
ARG LIBSECCOMP_VERSION=2.5.4
|
||||
ARG LIBSECCOMP_VERSION=2.5.5
|
||||
|
||||
FROM golang:${GO_VERSION}-bullseye
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@@ -19,7 +19,7 @@ set -e
|
||||
## --->
|
||||
# Project-specific options and functions. In *theory* you shouldn't need to
|
||||
# touch anything else in this script in order to use this elsewhere.
|
||||
: "${LIBSECCOMP_VERSION:=2.5.4}"
|
||||
: "${LIBSECCOMP_VERSION:=2.5.5}"
|
||||
project="runc"
|
||||
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
|
||||
|
||||
# sha256 checksums for seccomp release tarballs.
|
||||
declare -A SECCOMP_SHA256=(
|
||||
["2.5.4"]=d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6f8e7a1576351dcbdb
|
||||
["2.5.5"]=248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375
|
||||
)
|
||||
|
||||
# Due to libseccomp being LGPL we must include its sources,
|
||||
|
||||
Reference in New Issue
Block a user