Skip to content

Commit 9ece30f

Browse files
infra: bump introspector (#13090)
1 parent 1645051 commit 9ece30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/base-images/base-clang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
3636
RUN apt-get update && apt-get install -y git && \
3737
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
3838
cd fuzz-introspector && \
39-
git checkout c6f69b1f4e661a23b9987b55fdc42d5cc2748f9f && \
39+
git checkout b8f0ed351df53afea795a14a8cf9098da0aeddee && \
4040
git submodule init && \
4141
git submodule update && \
4242
apt-get autoremove --purge -y git && \

0 commit comments

Comments
 (0)