aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-05-02 17:32:51 +0100
committerGravatar GitHub <noreply@github.com>2022-05-02 11:32:51 -0500
commitc91456e0535808de60cd93579afd8af9209cd7e3 (patch)
tree41e11cff4e2a61b0732e3d87b58ef3f8328990eb /infra/base-images
parent45377fdef258c3f85ed683b2fa6d0878a26b5ced (diff)
fuzz-introspector: bump (#7640)
Changes: - coverage fix https://github.com/ossf/fuzz-introspector/issues/249 - UI updates to make the function table smaller by default, but some buttons for enabling the user to specify which columns to display https://github.com/ossf/fuzz-introspector/issues/239 - fixed a bug in navigating calltree: https://github.com/ossf/fuzz-introspector/issues/232 This has been tested on several projects, including jsoncpp and htslib.
Diffstat (limited to 'infra/base-images')
-rw-r--r--infra/base-images/base-clang/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-clang/Dockerfile b/infra/base-images/base-clang/Dockerfile
index b603a1be..fb91f5d2 100644
--- a/infra/base-images/base-clang/Dockerfile
+++ b/infra/base-images/base-clang/Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
- git checkout 8d3d770d998c2463dc27a607b2afe569cd020ac6 && \
+ git checkout ff2685a105276c753775395b8d206a033c5dbb89 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/