From 3c8db638e7a57d98d551b84f29e94fd15f940bc5 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 9 Sep 2021 16:44:30 -0700 Subject: [PATCH] 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 --- Dockerfile | 2 +- script/release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6128a9fb0..c4d81083e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/script/release.sh b/script/release.sh index c48e1c6e0..7b2605271 100755 --- a/script/release.sh +++ b/script/release.sh @@ -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