mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
script/release.sh: update libseccomp to 2.5.2
Release notes: https://github.com/seccomp/libseccomp/releases/tag/v2.5.2 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
ARG GO_VERSION=1.17
|
||||
ARG BATS_VERSION=v1.3.0
|
||||
ARG LIBSECCOMP_VERSION=2.5.1
|
||||
ARG LIBSECCOMP_VERSION=2.5.2
|
||||
|
||||
FROM golang:${GO_VERSION}-bullseye
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ source "$root/script/lib.sh"
|
||||
# $2 -- native architecture (a .suffix for a native binary file name).
|
||||
# $@ -- additional architectures to cross-build for.
|
||||
function build_project() {
|
||||
local libseccomp_version=2.5.1
|
||||
local libseccomp_version=2.5.2
|
||||
local builddir
|
||||
builddir="$(dirname "$1")"
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user