script/release.sh: update libseccomp to 2.5.2

Release notes:
 https://github.com/seccomp/libseccomp/releases/tag/v2.5.2

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-09-09 16:44:30 -07:00
parent f30244ee1b
commit 3c8db638e7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.17
ARG BATS_VERSION=v1.3.0
ARG LIBSECCOMP_VERSION=2.5.1
ARG LIBSECCOMP_VERSION=2.5.2
FROM golang:${GO_VERSION}-bullseye
ARG DEBIAN_FRONTEND=noninteractive