Skip to content

Commit

Permalink
git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Sep 28, 2023
1 parent 9b5dd8a commit 2352d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update && \
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git checkout 324db072a2f0a25f4e891d8a008a2feff240fb79 || true
RUN cd /libafl && git pull && git checkout 324db072a2f0a25f4e891d8a008a2feff240fb79 || true
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down

0 comments on commit 2352d4a

Please sign in to comment.