Skip to content

Commit

Permalink
infra: bump introspector (google#12658)
Browse files Browse the repository at this point in the history
This fixes an issue introduced
google#12643
  • Loading branch information
DavidKorczynski authored Oct 27, 2024
1 parent 6fcea2e commit 9439d2c
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 a7616d98d742e9386033ef535357d05c03804956 && \
git checkout 5924aea8bcfe1fbdac9dc815adff91d3ee51f52b && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 9439d2c

Please sign in to comment.