aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/dovecot
diff options
context:
space:
mode:
authorGravatar Catena cyber <35799796+catenacyber@users.noreply.github.com>2021-01-14 19:14:32 +0100
committerGravatar GitHub <noreply@github.com>2021-01-14 10:14:32 -0800
commit9bb16fd88bc6c6580b671fdeecee89c24497c199 (patch)
tree25815683386b9cbeb1308132caeecc5efcffa623 /projects/dovecot
parente3b3ba3db2921cf7ca4e5fe33684a87b398f54cf (diff)
Use now main branch for dovecot project (#4960)
Diffstat (limited to 'projects/dovecot')
-rwxr-xr-xprojects/dovecot/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/dovecot/Dockerfile b/projects/dovecot/Dockerfile
index e85aee18..5dcf7922 100755
--- a/projects/dovecot/Dockerfile
+++ b/projects/dovecot/Dockerfile
@@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool wget gettext automake libxml2-dev m4 pkg-config bison flex
-RUN git clone --depth 1 --single-branch --branch fuzzer https://github.com/dovecot/core dovecot
+RUN git clone --depth 1 https://github.com/dovecot/core dovecot
WORKDIR dovecot
COPY build.sh $SRC/
#COPY fuzz-* $SRC/