aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bleach
diff options
context:
space:
mode:
authorGravatar Google AutoFuzz Team <security-tps@google.com>2021-08-05 14:27:38 +0200
committerGravatar GitHub <noreply@github.com>2021-08-05 13:27:38 +0100
commit8a566fccd5bbebd3a478d82a35e084b7a03f42ef (patch)
tree383b759df93f71ec73fb7ee4fd1f427333cde6a7 /projects/bleach
parent80160735b6cbe6ec712a004d38db539f236135ff (diff)
Fix bleach's build (#6169)
Mozilla renamed the `master` branch `main`.
Diffstat (limited to 'projects/bleach')
-rw-r--r--projects/bleach/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bleach/Dockerfile b/projects/bleach/Dockerfile
index 1d31647a..6bbabe86 100644
--- a/projects/bleach/Dockerfile
+++ b/projects/bleach/Dockerfile
@@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone \
--depth 1 \
- --branch master \
+ --branch main \
https://github.com/mozilla/bleach.git
WORKDIR bleach