Skip to content

Commit

Permalink
just downgrade clap
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 25, 2023
1 parent 1ce75ea commit 064ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_fuzzbench_grimoire/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download libafl
RUN git clone https://github.com/AFLplusplus/libafl_fuzzbench /libafl_fuzzbench && \
cd /libafl_fuzzbench && \
git checkout 39b9f69a4d79710cdab0ad3270a8fed43557d870 && \
git checkout 5f035fdf9f3e5e0025d40c7f69181a3e3d362c7b && \
git submodule update --init

# Compile libafl
Expand Down

0 comments on commit 064ccb8

Please sign in to comment.