Skip to content

Commit

Permalink
infra: bump fuzz introspector (#12492)
Browse files Browse the repository at this point in the history
contains updates for Python
  • Loading branch information
DavidKorczynski committed Sep 16, 2024
1 parent 3a267a1 commit 2325a30
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 b55168b694305e32fa51712dca82d689d7516f38 && \
git checkout 3e66864b5fc85eca238f9fc3fd7492c0a9c39958 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 2325a30

Please sign in to comment.