mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
Bump seccomp to v2.6.0
This version was released almost a year ago. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]}")/..")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user