We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1645051 commit 9ece30fCopy full SHA for 9ece30f
infra/base-images/base-clang/Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
36
RUN apt-get update && apt-get install -y git && \
37
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
38
cd fuzz-introspector && \
39
- git checkout c6f69b1f4e661a23b9987b55fdc42d5cc2748f9f && \
+ git checkout b8f0ed351df53afea795a14a8cf9098da0aeddee && \
40
git submodule init && \
41
git submodule update && \
42
apt-get autoremove --purge -y git && \
0 commit comments