aboutsummaryrefslogtreecommitdiff
path: root/projects/prometheus
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 06:57:23 -0700
committerGitHub <noreply@github.com>2021-08-30 06:57:23 -0700
commita4cd74a98efe1266a4bdda079770baeb7fb2059a (patch)
treea0abadc91b1ea5d9ff0900a67ab8d97e7c1504b9 /projects/prometheus
parent8520693633dcba032dd6ee9f6341a16298861610 (diff)
downloadoss-fuzz-a4cd74a98efe1266a4bdda079770baeb7fb2059a.tar.gz
[go][infra] Create base-builder-go and use it to build go projects. (#6335)
Also, update base-builder-new to copy everything base-builder does
Diffstat (limited to 'projects/prometheus')
-rw-r--r--projects/prometheus/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/prometheus/Dockerfile b/projects/prometheus/Dockerfile
index 7e22750f9..eb9d3bcc7 100644
--- a/projects/prometheus/Dockerfile
+++ b/projects/prometheus/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-go
ENV GO111MODULE=on
RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
COPY build.sh $SRC/