mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-27 11:53:40 +08:00
Dockerfile,scripts/release: bump libseccomp to v2.5.4
Release notes: https://github.com/seccomp/libseccomp/releases/tag/v2.5.4 This affects the released static binaries (as they are statically linked against libseccomp). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
ARG GO_VERSION=1.18
|
ARG GO_VERSION=1.18
|
||||||
ARG BATS_VERSION=v1.3.0
|
ARG BATS_VERSION=v1.3.0
|
||||||
ARG LIBSECCOMP_VERSION=2.5.3
|
ARG LIBSECCOMP_VERSION=2.5.4
|
||||||
|
|
||||||
FROM golang:${GO_VERSION}-bullseye
|
FROM golang:${GO_VERSION}-bullseye
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
@@ -19,7 +19,7 @@ set -e
|
|||||||
## --->
|
## --->
|
||||||
# Project-specific options and functions. In *theory* you shouldn't need to
|
# Project-specific options and functions. In *theory* you shouldn't need to
|
||||||
# touch anything else in this script in order to use this elsewhere.
|
# touch anything else in this script in order to use this elsewhere.
|
||||||
: "${LIBSECCOMP_VERSION:=2.5.3}"
|
: "${LIBSECCOMP_VERSION:=2.5.4}"
|
||||||
project="runc"
|
project="runc"
|
||||||
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"
|
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user