From 24f5d036e73f0fb2d36c6d0e1a1b457ddd43c6b8 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 22 Nov 2021 16:01:08 +0100 Subject: [PATCH] attempted fix for curl (#6882) * update afl++ commit id * update afl++ commit id * fix for afl++ * attempt fix for curl --- infra/base-images/base-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index d066e2e01..34b14708c 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -125,7 +125,7 @@ WORKDIR $SRC # TODO: switch to -b stable once we can. RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \ cd aflplusplus && \ - git checkout 7777045c09c404b1274c930788317525fedb43ad + git checkout 6f9a98c4a97e8e261fc52891d61f0b0c145b6364 RUN cd $SRC && \ curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \