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