diff --git a/Dockerfile b/Dockerfile index a5fd74b..3a186f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,10 +8,10 @@ RUN apt-get update && apt-get install -y curl bzip2 # WORKDIR /home/monero WORKDIR /root -RUN curl https://downloads.getmonero.org/monero.linux.x64.v0-10-0-0.tar.bz2 -O &&\ - echo '6fe4cdb98d6ea7d2eded79841f70cb64edb840fcb2c84b904a1114424cffc5b1 monero.linux.x64.v0-10-0-0.tar.bz2' | sha256sum -c - &&\ - bzip2 -dc monero.linux.x64.v0-10-0-0.tar.bz2 | tar -xf - &&\ - rm monero.linux.x64.v0-10-0-0.tar.bz2 &&\ +RUN curl https://downloads.getmonero.org/monero.linux.x64.v0-10-1-0.tar.bz2 -O &&\ + echo 'bf09eea27c957e7e2bdd62dac250888b301d4d25abe18d4a5b930fa7477708c7 monero.linux.x64.v0-10-1-0.tar.bz2' | sha256sum -c - &&\ + bzip2 -dc monero.linux.x64.v0-10-1-0.tar.bz2 | tar -xf - &&\ + rm monero.linux.x64.v0-10-1-0.tar.bz2 &&\ rm monero-* # blockchain loaction