aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images/base-builder/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2022-04-26 19:46:15 -0400
committerGravatar GitHub <noreply@github.com>2022-04-26 23:46:15 +0000
commitaab23a8fb8d1010ab78cb8dcd436020fa1fba15c (patch)
treec4696ce5aaf022084010c0c45ab8b5d23ec1fc43 /infra/base-images/base-builder/Dockerfile
parentb461889c70fe7136be2ed884cd1796feb4b9368a (diff)
Roll AFL++ (#7595)
* Roll AFL++ * Adapt to us-central1 * fix * test faster * All projects * all * All * fix * start small * bigger * print dbg * handle sanitizers * handle sanitizers * all means all * handle flake * Fix * fix
Diffstat (limited to 'infra/base-images/base-builder/Dockerfile')
-rw-r--r--infra/base-images/base-builder/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile
index 7808b0d8..3010f191 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -127,7 +127,7 @@ WORKDIR $SRC
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
- git checkout 550ba4d77294e61597a5259d00769c61281e0042 && \
+ git checkout c208dcf9c573e3d85990c7dea777646f7fa4961c && \
wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \
chmod 755 oss.sh