Skip to content

Commit a8deec7

Browse files
committed
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 <[email protected]>
1 parent 6061a23 commit a8deec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG GO_VERSION=1.17
22
ARG BATS_VERSION=v1.3.0
3-
ARG LIBSECCOMP_VERSION=2.5.1
3+
ARG LIBSECCOMP_VERSION=2.5.2
44

55
FROM golang:${GO_VERSION}-bullseye
66
ARG DEBIAN_FRONTEND=noninteractive

script/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source "$root/script/lib.sh"
3131
# $2 -- native architecture (a .suffix for a native binary file name).
3232
# $@ -- additional architectures to cross-build for.
3333
function build_project() {
34-
local libseccomp_version=2.5.1
34+
local libseccomp_version=2.5.2
3535
local builddir
3636
builddir="$(dirname "$1")"
3737
shift

0 commit comments

Comments
 (0)