diff --git a/images/bpftool/checkout-linux.sh b/images/bpftool/checkout-linux.sh index 498112eb..630b7cd1 100755 --- a/images/bpftool/checkout-linux.sh +++ b/images/bpftool/checkout-linux.sh @@ -8,7 +8,8 @@ set -o errexit set -o pipefail set -o nounset -rev="93270357daa949e4bed375b40d0a100ce04f3399" +# bpftool v7.4.0 +rev="14bb1e8c8d4ad5d9d2febb7d19c70a3cf536e1e5" # git clone git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git /src/linux # cd /src/linux diff --git a/images/bpftool/test/spec.yaml b/images/bpftool/test/spec.yaml index 943ae9dc..6ac3521c 100644 --- a/images/bpftool/test/spec.yaml +++ b/images/bpftool/test/spec.yaml @@ -15,4 +15,4 @@ commandTests: command: "bpftool" args: ["version"] expectedOutput: - - 'bpftool\ v7\.0\.0' + - 'bpftool\ v7\.4\.0'