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.
1 parent 6061a23 commit a8deec7Copy full SHA for a8deec7
Dockerfile
@@ -1,6 +1,6 @@
1
ARG GO_VERSION=1.17
2
ARG BATS_VERSION=v1.3.0
3
-ARG LIBSECCOMP_VERSION=2.5.1
+ARG LIBSECCOMP_VERSION=2.5.2
4
5
FROM golang:${GO_VERSION}-bullseye
6
ARG DEBIAN_FRONTEND=noninteractive
script/release.sh
@@ -31,7 +31,7 @@ source "$root/script/lib.sh"
31
# $2 -- native architecture (a .suffix for a native binary file name).
32
# $@ -- additional architectures to cross-build for.
33
function build_project() {
34
- local libseccomp_version=2.5.1
+ local libseccomp_version=2.5.2
35
local builddir
36
builddir="$(dirname "$1")"
37
shift
0 commit comments