Bump to include latest changes (#7375)

* Bump to include latest changes

* covering latest commit

* another bump
This commit is contained in:
Navidem 2022-03-15 14:35:12 -07:00 committed by GitHub
parent 11e48548dc
commit d7c2eca4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 9868bb88c539b4ba142b07636ea0028069ca2105 && \
git checkout 808f2d4334f831bffce3388d0cbb92e1b6e275b7 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/