aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/rustls/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/rustls/Dockerfile')
-rw-r--r--projects/rustls/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/rustls/Dockerfile b/projects/rustls/Dockerfile
index f6cc44a9..361e30a3 100644
--- a/projects/rustls/Dockerfile
+++ b/projects/rustls/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
RUN git clone https://github.com/ctz/rustls