aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2022-03-31 17:13:04 +1100
committerGravatar GitHub <noreply@github.com>2022-03-31 17:13:04 +1100
commit221b39181a372ff16c0c813c5963a08aa58f19e2 (patch)
tree0b324c3dc8910e6ddd5ccbedcf039efd36b3eb13 /infra/base-images
parent86a4d9d11f4bd7d9de9b2b82e9257ab130ebf20c (diff)
Bump introspector (#7482)
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 46a9ac77..fec65ab1 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 9f02f35b0b104f4ceb4da2fe34e97e6cc646c4f7 && \
+ git checkout 652a582e347f6f5bfd1451115849ce1c71bb9160 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/