From b5ccc21abac7e6943eecbf391db67a04e59a363a Mon Sep 17 00:00:00 2001 From: Jakub Nyckowski Date: Mon, 6 Jun 2022 19:41:57 -0400 Subject: [PATCH] Update libbpf to 0.7.0-teleport (#13201) --- build.assets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/Makefile b/build.assets/Makefile index 598e7bd1e3a..0dea5197420 100644 --- a/build.assets/Makefile +++ b/build.assets/Makefile @@ -21,7 +21,7 @@ GOLANG_VERSION ?= go1.18.3 RUST_VERSION ?= 1.61.0 NODE_VERSION ?= 16.13.2 BORINGCRYPTO_RUNTIME=$(GOLANG_VERSION)b7 -LIBBPF_VERSION ?= 0.3.1 +LIBBPF_VERSION ?= 0.7.0-teleport UID := $$(id -u) GID := $$(id -g)