Skip to content

Commit

Permalink
Update builder.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc authored Oct 18, 2024
1 parent ced1735 commit 071e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/kfuzz/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone https://github.com/KFuzzing/KFuzz /afl && \
cd /afl && \
git checkout 45f75436a7c81c76fea335ccfa8a06bc2340871a || \
git checkout 1a558a29871bad31a1026f24d2edaf83c5b3cd07 || \
true

# Build without Python support as we don't need it.
Expand Down

0 comments on commit 071e037

Please sign in to comment.