From 0e24e5fa1dc91613a5446511c1c468bcd36d8ede Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 29 Oct 2019 14:48:00 +0800 Subject: [PATCH] ctypes: docker build cpp from master branch --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 68e862e..8066756 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -28,7 +28,7 @@ RUN curl -sqL https://zlib.net/zlib-1.2.11.tar.gz | tar -xz -C /tmp && \ rm -rf /tmp/zlib-1.2.11 # Build rocketmq-client-cpp -RUN git clone --depth=1 --branch=1.2.3 https://github.com/apache/rocketmq-client-cpp.git /tmp/rocketmq-client-cpp && \ +RUN git clone --depth=1 --branch=master https://github.com/apache/rocketmq-client-cpp.git /tmp/rocketmq-client-cpp && \ mkdir -p /tmp/rocketmq-client-cpp/tmp_down_dir && \ curl -sqL -o /tmp/rocketmq-client-cpp/tmp_down_dir/libevent-release-2.1.8-stable.zip https://github.com/libevent/libevent/archive/release-2.1.8-stable.zip && \ curl -sqL -o /tmp/rocketmq-client-cpp/tmp_down_dir/jsoncpp-0.10.7.zip https://github.com/open-source-parsers/jsoncpp/archive/0.10.7.zip && \