update URLs in docker

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-11 18:18:56 +03:00 committed by GitHub
parent a495f4acca
commit e44e2e3304

View File

@ -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 && \