File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11ARG GO_VERSION=1.23
22ARG BATS_VERSION=v1.9.0
3- ARG LIBSECCOMP_VERSION=2.5.5
3+ ARG LIBSECCOMP_VERSION=2.5.6
44
55FROM golang:${GO_VERSION}-bookworm
66ARG DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 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.5 } "
22+ : " ${LIBSECCOMP_VERSION:= 2.5.6 } "
2323project=" runc"
2424root=" $( readlink -f " $( dirname " ${BASH_SOURCE[0]} " ) /.." ) "
2525
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ source "$(dirname "${BASH_SOURCE[0]}")/lib.sh"
88# sha256 checksums for seccomp release tarballs.
99declare -A SECCOMP_SHA256=(
1010 [" 2.5.5" ]=248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375
11+ [" 2.5.6" ]=04c37d72965dce218a0c94519b056e1775cf786b5260ee2b7992956c4ee38633
12+ [" 2.6.0" ]=83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc
1113)
1214
1315# Due to libseccomp being LGPL we must include its sources,
You can’t perform that action at this time.
0 commit comments