Fix bleach's build (#6169)

Mozilla renamed the `master` branch `main`.
This commit is contained in:
Google AutoFuzz Team 2021-08-05 14:27:38 +02:00 committed by GitHub
parent 80160735b6
commit 8a566fccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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