diff --git a/projects/igraph/Dockerfile b/projects/igraph/Dockerfile index 2cca925c1a55..7d6ea28180bb 100644 --- a/projects/igraph/Dockerfile +++ b/projects/igraph/Dockerfile @@ -16,6 +16,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y cmake bison flex -RUN git clone --branch master https://github.com/igraph/igraph +RUN git clone --branch develop https://github.com/igraph/igraph WORKDIR igraph RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh