From 3b12b4f15c0caa19e6dcbd3dac797ab5845b0fec Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sun, 31 May 2020 01:02:24 +0200 Subject: [PATCH] Update Prometheus maintainer in Dockerfile (#3906) ...to myself (Prometheus co-creator). Signed-off-by: Julius Volz --- projects/prometheus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/prometheus/Dockerfile b/projects/prometheus/Dockerfile index ca23bb243..726f3a460 100644 --- a/projects/prometheus/Dockerfile +++ b/projects/prometheus/Dockerfile @@ -15,7 +15,7 @@ ################################################################################ FROM gcr.io/oss-fuzz-base/base-builder -MAINTAINER adam@adalogics.com +MAINTAINER julius.volz@gmail.com RUN go get github.com/prometheus/prometheus/cmd/... COPY build.sh $SRC/ WORKDIR $SRC/