From 699c2dbb06b75d197e0873d91c6ef03eae16fe7a Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Thu, 20 Jul 2017 11:03:28 -0700 Subject: [PATCH] [openthread] switch to master branch (#729) --- projects/openthread/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/openthread/Dockerfile b/projects/openthread/Dockerfile index 08522f0c1..829cadca4 100644 --- a/projects/openthread/Dockerfile +++ b/projects/openthread/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER jonhui@nestlabs.com RUN apt-get update && apt-get install -y make autoconf automake libtool -RUN git clone --depth 1 -b oss-fuzz https://github.com/openthread/openthread +RUN git clone --depth 1 https://github.com/openthread/openthread WORKDIR openthread COPY build.sh *.options $SRC/