We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 848aa38 + f7b07fd commit 3f0daacCopy full SHA for 3f0daac
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GO_VERSION=1.18
2
ARG BATS_VERSION=v1.3.0
3
-ARG LIBSECCOMP_VERSION=2.5.3
+ARG LIBSECCOMP_VERSION=2.5.4
4
5
FROM golang:${GO_VERSION}-bullseye
6
ARG DEBIAN_FRONTEND=noninteractive
script/release_build.sh
@@ -19,7 +19,7 @@ set -e
19
## --->
20
# Project-specific options and functions. In *theory* you shouldn't need to
21
# touch anything else in this script in order to use this elsewhere.
22
-: "${LIBSECCOMP_VERSION:=2.5.3}"
+: "${LIBSECCOMP_VERSION:=2.5.4}"
23
project="runc"
24
root="$(readlink -f "$(dirname "${BASH_SOURCE[0]}")/..")"
25
0 commit comments