aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/fastjson
diff options
context:
space:
mode:
Diffstat (limited to 'projects/fastjson')
-rw-r--r--projects/fastjson/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/fastjson/Dockerfile b/projects/fastjson/Dockerfile
index 9c196148..a6163330 100644
--- a/projects/fastjson/Dockerfile
+++ b/projects/fastjson/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 --depth 1 https://github.com/valyala/fastjson
COPY build.sh $SRC/