Skip to content

Commit 8ca89fa

Browse files
committed
remove ctx
1 parent c8533cc commit 8ca89fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/libafl_cmplog_ctx/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
4040
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl
4141

4242
# Checkout a current commit
43-
RUN cd /libafl && git pull && git checkout 6d7c1c3fa2b9c9a6953f28945fd06e3e6acc231d || true
43+
RUN cd /libafl && git pull && git checkout 03d0c9a617a32de8eae41ecef556402ae0ef6058 || true
4444
# Note that due a nightly bug it is currently fixed to a known version on top!
4545

4646
# Compile libafl.

0 commit comments

Comments
 (0)