Skip to content

Commit

Permalink
infra: bump fuzz introspector (#10481)
Browse files Browse the repository at this point in the history
Contains bug fixes for failed Python and Java projects

---------

Signed-off-by: David Korczynski <[email protected]>
Co-authored-by: Oliver Chang <[email protected]>
  • Loading branch information
DavidKorczynski and oliverchang authored Jun 30, 2023
1 parent 01d7325 commit 2b2008a
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 @@ -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 bd3183c29f6ce85c71860f8eb2d1735291f6f23f && \
git checkout 3a94cc7e296de02a70f827010d858989c78fbcb8 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 2b2008a

Please sign in to comment.