Bump libbpf in Dockerfile

This commit is contained in:
Tatsuhiro Tsujikawa 2022-02-21 22:18:25 +09:00
parent 830cf1e294
commit 47cc36969a
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN git clone --depth 1 -b v0.1.0 https://github.com/ngtcp2/ngtcp2 && \
cd .. && \
rm -rf ngtcp2
RUN git clone --depth 1 -b v0.6.1 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v0.7.0 https://github.com/libbpf/libbpf && \
cd libbpf && \
PREFIX=/usr/local make -C src install && \
cd .. && \