aboutsummaryrefslogtreecommitdiff
path: root/projects/go-coredns/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/go-coredns/Dockerfile')
-rw-r--r--projects/go-coredns/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/go-coredns/Dockerfile b/projects/go-coredns/Dockerfile
index e8cb195d9..f77a46291 100644
--- a/projects/go-coredns/Dockerfile
+++ b/projects/go-coredns/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER miek@miek.nl
RUN git clone --depth 1 https://github.com/coredns/coredns coredns
COPY build.sh $SRC/