aboutsummaryrefslogtreecommitdiff
path: root/projects/fasthttp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/fasthttp/Dockerfile')
-rw-r--r--projects/fasthttp/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/fasthttp/Dockerfile b/projects/fasthttp/Dockerfile
index 87cca725e..690459875 100644
--- a/projects/fasthttp/Dockerfile
+++ b/projects/fasthttp/Dockerfile
@@ -15,7 +15,6 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER adam@adalogics.com
RUN go get github.com/valyala/fasthttp
COPY build.sh $SRC/