aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/prometheus/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/prometheus/Dockerfile')
-rw-r--r--projects/prometheus/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/prometheus/Dockerfile b/projects/prometheus/Dockerfile
index eb9d3bcc..697626bb 100644
--- a/projects/prometheus/Dockerfile
+++ b/projects/prometheus/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder-go
+FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
ENV GO111MODULE=on
RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
COPY build.sh $SRC/