aboutsummaryrefslogtreecommitdiff
path: root/projects/json
diff options
context:
space:
mode:
authorMike Aizatsky <mike.aizatsky@gmail.com>2016-12-02 09:42:42 -0800
committerGitHub <noreply@github.com>2016-12-02 09:42:42 -0800
commita3df6b8862e81b0636b258c678dbccff3cb56234 (patch)
tree5d2d3e89f8bc8821416ab7e1cb2779f919c78040 /projects/json
parent89f10b46a1e93138375a0171ef41818db799dbbf (diff)
downloadoss-fuzz-a3df6b8862e81b0636b258c678dbccff3cb56234.tar.gz
[json] switching json to develop branch
According to nlohmann@ this is where development happens
Diffstat (limited to 'projects/json')
-rw-r--r--projects/json/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/json/Dockerfile b/projects/json/Dockerfile
index 3514bfff7..e1aaa9c9b 100644
--- a/projects/json/Dockerfile
+++ b/projects/json/Dockerfile
@@ -18,6 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER vitalybuka@gmail.com
RUN apt-get install -y binutils gcc
-RUN git clone --depth 1 https://github.com/nlohmann/json.git
+RUN git clone --depth 1 -b develop https://github.com/nlohmann/json.git
WORKDIR json/
COPY build.sh parse_fuzzer.* $SRC/