mirror of https://github.com/google/oss-fuzz.git
Update Prometheus maintainer in Dockerfile (#3906)
...to myself (Prometheus co-creator). Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
c508a5cc8e
commit
3b12b4f15c
|
@ -15,7 +15,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
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/...
|
RUN go get github.com/prometheus/prometheus/cmd/...
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
WORKDIR $SRC/
|
WORKDIR $SRC/
|
||||||
|
|
Loading…
Reference in New Issue