Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Nov 14, 2024
1 parent 7827495 commit e1cc5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_vp1/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 -b vp https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 595cc3aaddb27f2f1b9a74d218f7279975c10cb5
git checkout e8caa32b0e7c12225068937bacb71bc29b938845

# Build without Python support as we don't need it.
RUN cd /afl && \
Expand Down

0 comments on commit e1cc5e3

Please sign in to comment.