Skip to content

Commit 3f0daac

Browse files
authored
Merge pull request #3480 from kolyshkin/bump-libseccomp
Dockerfile,scripts/release: bump libseccomp to v2.5.4
2 parents 848aa38 + f7b07fd commit 3f0daac

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.18
22
ARG BATS_VERSION=v1.3.0
3-
ARG LIBSECCOMP_VERSION=2.5.3
3+
ARG LIBSECCOMP_VERSION=2.5.4
44

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

script/release_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -e
1919
## --->
2020
# Project-specific options and functions. In *theory* you shouldn't need to
2121
# touch anything else in this script in order to use this elsewhere.
22-
: "${LIBSECCOMP_VERSION:=2.5.3}"
22+
: "${LIBSECCOMP_VERSION:=2.5.4}"
2323
project="runc"
2424
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"
2525

0 commit comments

Comments
 (0)