diff --git a/kernel/Dockerfile.bcc b/kernel/Dockerfile.bcc index fe1cbee90..31e7bbad5 100644 --- a/kernel/Dockerfile.bcc +++ b/kernel/Dockerfile.bcc @@ -48,7 +48,7 @@ RUN ln -s /usr/lib/cmake/llvm10/ /usr/lib/cmake/llvm && \ WORKDIR /build -ENV BCC_COMMIT=v0.29.1 +ENV BCC_COMMIT=v0.32.0 RUN git clone https://github.com/iovisor/bcc.git && \ cd bcc && \ git checkout $BCC_COMMIT && \