We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb51d1a + 9a06737 commit 02dc319Copy full SHA for 02dc319
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM golang:1.19-bullseye as builder
+FROM golang:1.20-bullseye as builder
2
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends libelf-dev
5
6
RUN mkdir /build && \
7
- git clone --branch v1.0.1 --depth 1 https://github.com/libbpf/libbpf.git /build/libbpf && \
+ git clone --branch v1.1.0 --depth 1 https://github.com/libbpf/libbpf.git /build/libbpf && \
8
make -j $(nproc) -C /build/libbpf/src BUILD_STATIC_ONLY=y LIBSUBDIR=lib install && \
9
tar -czf /build/libbpf.tar.gz /usr/lib/libbpf.a /usr/lib/pkgconfig/libbpf.pc /usr/include/bpf
10
0 commit comments