aboutsummaryrefslogtreecommitdiff
path: root/projects/hugo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hugo/Dockerfile')
-rw-r--r--projects/hugo/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/hugo/Dockerfile b/projects/hugo/Dockerfile
index bfba1a283..351c19418 100644
--- a/projects/hugo/Dockerfile
+++ b/projects/hugo/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone https://github.com/gohugoio/hugo
COPY build.sh fuzz.go $SRC/