From e44e2e33041eaa71051d6bb8e7a50a7f482117c5 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Tue, 11 Apr 2017 18:18:56 +0300 Subject: [PATCH] update URLs in docker [ci skip] --- docker/hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/hub/Dockerfile b/docker/hub/Dockerfile index 81ec92133..3120eeba7 100644 --- a/docker/hub/Dockerfile +++ b/docker/hub/Dockerfile @@ -48,7 +48,7 @@ RUN apt-get update && \ # show backtraces RUST_BACKTRACE=1 && \ # build parity - cd /build&&git clone https://github.com/ethcore/parity && \ + cd /build&&git clone https://github.com/paritytech/parity && \ cd parity && \ git pull&& \ git checkout $BUILD_TAG && \