build: bump libseccomp to v2.5.6

A new libseccomp releases (v2.5.6 and v2.6.0) were cut last month.

Theoretically, we could use v2.6.0 but let's stay conservative for now.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-02-11 17:58:52 -08:00
parent 35a28ad0a4
commit 0e3b5d5b37
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.23
ARG BATS_VERSION=v1.9.0
ARG LIBSECCOMP_VERSION=2.5.5
ARG LIBSECCOMP_VERSION=2.5.6
FROM golang:${GO_VERSION}-bookworm
ARG DEBIAN_FRONTEND=noninteractive