Merge pull request #4 from seegno/support/update-to-0-11-2

Update to bitcoind@0.11.2
This commit is contained in:
Rui Marinho 2016-01-13 01:22:30 +00:00
commit 6cbca5259d

View File

@ -18,7 +18,7 @@ RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys \
0x21F4889F \
0x98832223
ENV BITCOIND_VERSION 0.11.1
ENV BITCOIND_VERSION 0.11.2
RUN curl -SLO "https://bitcoin.org/bin/bitcoin-core-${BITCOIND_VERSION}/bitcoin-${BITCOIND_VERSION}-linux64.tar.gz" \
&& curl -SLO "https://bitcoin.org/bin/bitcoin-core-${BITCOIND_VERSION}/SHA256SUMS.asc" \