Skip to content

Commit

Permalink
infra: bump introspector (#13090)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Feb 23, 2025
1 parent 1645051 commit 9ece30f
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 c6f69b1f4e661a23b9987b55fdc42d5cc2748f9f && \
git checkout b8f0ed351df53afea795a14a8cf9098da0aeddee && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 9ece30f

Please sign in to comment.