diff --git a/Dockerfile b/Dockerfile index ee8f98d..5577654 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:latest -RUN wget https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux64.tar.gz +# RUN wget https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux64.tar.gz +RUN wget https://files.nixaid.com/dogecoin-1.10.0-linux64.tar.gz COPY sha512sum.txt /tmp/ RUN sha512sum -c /tmp/sha512sum.txt