aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-05-31 17:56:25 +0100
committerGravatar GitHub <noreply@github.com>2022-05-31 11:56:25 -0500
commit1beea533a6ada3394ba1a3c597c4bc114947d6dd (patch)
tree9134f15e23cce9778fc428a44e6a90a7b8991d91 /infra
parenta72b785e9514733eee467c331cd7bbb0df317cf5 (diff)
infra: bump fuzz-introspector (#7774)
* infra: bump fuzz-introspector Bump includes the upgrades: - calltree overview image improvements: https://github.com/ossf/fuzz-introspector/pull/284 - UI improvements in calltree page: https://github.com/ossf/fuzz-introspector/pull/277 - Branch-blocker logic: https://github.com/ossf/fuzz-introspector/pull/269 - Bug fix: https://github.com/ossf/fuzz-introspector/pull/261 * bump
Diffstat (limited to 'infra')
-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 50b08048..a920bc35 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 fe9f8c94c729527bac96c107defd068960c20216 && \
+ git checkout 2335ba4cb52a81c2c05ed075d725ef5f1d98137b && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/