diff --git a/projects/qpid-proton/Dockerfile b/projects/qpid-proton/Dockerfile index 37f5e306c..492adf0e6 100644 --- a/projects/qpid-proton/Dockerfile +++ b/projects/qpid-proton/Dockerfile @@ -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/