Skip to content

Commit

Permalink
infra: bump introspector (#11971)
Browse files Browse the repository at this point in the history
Main contribution is fix to
#11706
  • Loading branch information
DavidKorczynski committed May 20, 2024
1 parent 07c6b06 commit 6e1045e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 b3846c1393b7955de343c76bc305a267c8283f7a && \
git checkout aaa84483df2bcd7cd30ec100430c04f9ae48a3a9 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 6e1045e

Please sign in to comment.