From 823b5d8192781404b935daf4e9736cc2f7da8f07 Mon Sep 17 00:00:00 2001 From: Jakub Nyckowski Date: Wed, 22 Jun 2022 09:19:09 -0400 Subject: [PATCH] Update libbpf to 0.7.0-teleport (#13650) Backport of #13201 --- build.assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/Makefile b/build.assets/Makefile index c2028c75cc9c9..3c845c688c681 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -20,7 +20,7 @@ BUILDBOX_VERSION=teleport9 GOLANG_VERSION ?= go1.17.11 RUST_VERSION ?= 1.58.1 BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7 -LIBBPF_VERSION ?= 0.3.1 +LIBBPF_VERSION ?= 0.7.0-teleport UID := $$(id -u) GID := $$(id -g)