From 50c92eb3e4ef12fd7af06d63a5377d6ca6d33540 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 29 Aug 2017 10:44:56 -0400 Subject: [PATCH] [botan] Switch botan build back to master branch (#801) The relevant changes from https://github.com/randombit/botan/pull/1158 have been merged to master now. --- projects/botan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/botan/Dockerfile b/projects/botan/Dockerfile index 391c9d9af..d04894021 100644 --- a/projects/botan/Dockerfile +++ b/projects/botan/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER jack@randombit.net RUN apt-get update && apt-get install -y make python -RUN git clone --depth 1 https://github.com/randombit/botan.git --branch fuzzer-mode botan +RUN git clone --depth 1 https://github.com/randombit/botan.git botan RUN git clone --depth 1 https://github.com/randombit/crypto-corpus.git fuzzer_corpus WORKDIR botan COPY build.sh $SRC/