aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Navidem <navid.emamdoost@gmail.com>2022-04-03 11:08:09 -0700
committerGravatar GitHub <noreply@github.com>2022-04-03 14:08:09 -0400
commit10fdf2878d527401ec249a53c7027f29bc7c33fe (patch)
treec9fc16aa4b7cd7a3c13c8b891cdccfc78580e885 /infra/base-images
parent4ae09c2ac24fc2a8debc21831e34e4d86ad10747 (diff)
To include latest introspector changes (#7494)
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 fec65ab1..7c653037 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 652a582e347f6f5bfd1451115849ce1c71bb9160 && \
+ git checkout 43402fa9e2eb752d16f8edc276fb7698c4ca8147 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/