infra: bump introspector (#12024)

Primary update here is improvements in the way we store data, which
improves the performance of the webapp
This commit is contained in:
DavidKorczynski 2024-06-04 11:10:36 +01:00 committed by GitHub
parent 074fb6fdab
commit 1515519a66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,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 aaa84483df2bcd7cd30ec100430c04f9ae48a3a9 && \
git checkout 1feaa9b9ee338d6a33d64fd833328c31def7ace2 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \