aboutsummaryrefslogtreecommitdiff
path: root/projects/json5format/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/json5format/Dockerfile')
-rw-r--r--projects/json5format/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/json5format/Dockerfile b/projects/json5format/Dockerfile
index c0117a59e..64c8793c9 100644
--- a/projects/json5format/Dockerfile
+++ b/projects/json5format/Dockerfile
@@ -13,7 +13,7 @@
# limitations under the License.
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN git clone --depth 1 https://github.com/google/json5format
WORKDIR $SRC