Bump seccomp to v2.6.0

This version was released almost a year ago.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit f4710e5023)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-12-02 15:25:42 -08:00
parent ba82e372ce
commit 0a743404a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.24
ARG BATS_VERSION=v1.12.0
ARG LIBSECCOMP_VERSION=2.5.6
ARG LIBSECCOMP_VERSION=2.6.0
FROM golang:${GO_VERSION}-bookworm
ARG DEBIAN_FRONTEND=noninteractive
+1 -1
View File
@@ -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.6}"
: "${LIBSECCOMP_VERSION:=2.6.0}"
project="runc"
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"