aboutsummaryrefslogtreecommitdiff
path: root/projects/tpm2
diff options
context:
space:
mode:
authorMike Aizatsky <mike.aizatsky@gmail.com>2017-03-16 12:52:56 -0700
committerGitHub <noreply@github.com>2017-03-16 12:52:56 -0700
commit5c33b0c9d3543f68c4e4992325b6799f3b7c5c4e (patch)
treefa2678134aeedc66a78a50b7345de7885893a477 /projects/tpm2
parent63b3d797e019655a00143e701a00b25007723dcb (diff)
downloadoss-fuzz-5c33b0c9d3543f68c4e4992325b6799f3b7c5c4e.tar.gz
[tpm2] fixed base file name
Diffstat (limited to 'projects/tpm2')
-rw-r--r--projects/tpm2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/tpm2/Dockerfile b/projects/tpm2/Dockerfile
index 0dcfb42ee..f11f82ac1 100644
--- a/projects/tpm2/Dockerfile
+++ b/projects/tpm2/Dockerfile
@@ -4,7 +4,7 @@
#
# Defines a docker image that can build fuzzers.
#
-FROM gcr.io/oss-fuzz/base-libfuzzer
+FROM gcr.io/oss-fuzz/base-builder
RUN apt-get install -y make libssl-dev binutils libgcc-5-dev
RUN git clone --depth 1 https://chromium.googlesource.com/chromiumos/third_party/tpm2
WORKDIR tpm2