From dfd574a1badce9685ffb7f8f1b2742bad21149d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Dan=C4=9Bk?= Date: Wed, 16 Jan 2019 16:01:12 +0100 Subject: [PATCH] [qpid-proton] update git url after repo migration (#2089) --- projects/qpid-proton/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/