aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorDavidKorczynski <david@adalogics.com>2021-09-21 12:08:15 +0100
committerGitHub <noreply@github.com>2021-09-21 11:08:15 +0000
commit164e40cfcc4d4a98b62226afbe0134e5a27717b0 (patch)
tree6e2080c87468bb86b2b55ee98af3293bb35976db /projects
parentc2f87faec1e61b4ac9b53010b45d1847f6bfba9b (diff)
downloadoss-fuzz-164e40cfcc4d4a98b62226afbe0134e5a27717b0.tar.gz
ujson: fix build (#6498)
Diffstat (limited to 'projects')
-rw-r--r--projects/ujson/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ujson/Dockerfile b/projects/ujson/Dockerfile
index fc9a8f166..9b43468da 100644
--- a/projects/ujson/Dockerfile
+++ b/projects/ujson/Dockerfile
@@ -20,7 +20,7 @@ RUN pip3 install hypothesis
RUN git clone \
--depth 1 \
- --branch master \
+ --branch main \
https://github.com/ultrajson/ultrajson.git
WORKDIR ultrajson