aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wasmtime/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 11:47:04 -0700
committerGravatar GitHub <noreply@github.com>2021-08-30 11:47:04 -0700
commitb15c167739c51f991ab0779ccd1a07300563e00e (patch)
tree7655de99c00d3098da2023dedd29f4ed4e91f3c1 /projects/wasmtime/Dockerfile
parent6ca77985cbcdae75075586c2a71ca15f5cb68020 (diff)
[infra][rust] Split out rust projects to their own builder image (#6352)
Diffstat (limited to 'projects/wasmtime/Dockerfile')
-rw-r--r--projects/wasmtime/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/wasmtime/Dockerfile b/projects/wasmtime/Dockerfile
index ea72bfb3..fe6c8dd3 100644
--- a/projects/wasmtime/Dockerfile
+++ b/projects/wasmtime/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN apt-get update && apt-get install -y make autoconf automake libtool curl cmake python llvm-dev libclang-dev clang
# Install a newer version of OCaml than provided by Ubuntu 16.04 (base version for this image)