aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-04-11 18:04:49 +0100
committerGravatar GitHub <noreply@github.com>2022-04-11 18:04:49 +0100
commitbdc95aac20d3e28b6f6b5feb470868c850360aa3 (patch)
treee29931df97e9ee39b072ce27299e4b649da0f0d4 /infra/base-images
parent00132fa740d9556301bea656c3b66472adfd269d (diff)
fuzz-introspector: bump (#7546)
Main changes in fuzz-introspector: - reduce logging in fuzz-introspector as some oss-fuzz build logs are huge. - insert links in the html reports to the newly added doc.
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 70978fc3..fb4194e4 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 a5b53ca79684f206832fe3388164f66611405bfc && \
+ git checkout 80c97c95a26caab0f4ab87c816b3e8f99d9ebbd1 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/