aboutsummaryrefslogtreecommitdiff
path: root/projects/wabt/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wabt/Dockerfile')
-rw-r--r--projects/wabt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/wabt/Dockerfile b/projects/wabt/Dockerfile
index 97a96d3e5..86caa3184 100644
--- a/projects/wabt/Dockerfile
+++ b/projects/wabt/Dockerfile
@@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-MAINTAINER wasm-waterfall@grotations.appspotmail.com
+MAINTAINER binji@chromium.org
RUN apt-get update && apt-get install -y cmake libtool make python
RUN git clone --recursive https://github.com/WebAssembly/wabt
WORKDIR wabt