Bump versions: bpftrace 0.9.4, bcc-tools 0.13.0

Signed-off-by: Haitao Li <lihaitao@gmail.com>
This commit is contained in:
Haitao Li 2020-04-07 15:56:09 +10:00
parent 7c52735773
commit 0e3c75b39e
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Build libbcc
ENV BCC_VERSION v0.11.0
ENV BCC_VERSION v0.13.0
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
&& ( \
cd /usr/src/bcc \

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# Build bpftrace
ENV BPFTRACE_VERSION v0.9.3
ENV BPFTRACE_VERSION v0.9.4
RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \
&& ( \
cd /usr/src/bpftrace \