update versions

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle
2020-05-14 23:13:42 -07:00
parent b14a426eb0
commit 2a1ddf2e34
17 changed files with 74 additions and 68 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.14.0
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
&& ( \
cd /usr/src/bcc \