[qpid-proton] update git url after repo migration (#2089)

This commit is contained in:
Jiří Daněk 2019-01-16 16:01:12 +01:00 committed by Max Moroz
parent e315e8c0ca
commit dfd574a1ba
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update && \
apt-get install -y \
cmake
RUN git clone git://git.apache.org/qpid-proton.git
RUN git clone https://github.com/apache/qpid-proton.git
WORKDIR qpid-proton
COPY build.sh $SRC/