update URLs for docker

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-04-11 18:15:29 +03:00 committed by GitHub
parent 8c6e3f314a
commit 2f3cddeea8

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