From 164e40cfcc4d4a98b62226afbe0134e5a27717b0 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Tue, 21 Sep 2021 12:08:15 +0100 Subject: [PATCH] ujson: fix build (#6498) --- projects/ujson/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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