Skip to content

Commit

Permalink
Docker: update bitcoind to v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shesek committed Sep 22, 2018
1 parent 9f81f14 commit e718bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN git clone https://github.com/ElementsProject/lightning.git /opt/lightningd \
&& make

# Install bitcoind
ENV BITCOIN_VERSION 0.16.2
ENV BITCOIN_VERSION 0.16.3
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz
ENV BITCOIN_SHA256 71f217e30e98d5ccc1fb574b9499595e87e118e596278fad5507a7b84650859c
ENV BITCOIN_SHA256 5d422a9d544742bc0df12427383f9c2517433ce7b58cf672b9a9b17c2ef51e4f
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS.asc
ENV BITCOIN_PGP_KEY 01EA5486DE18A882D4C2684590C8019E36C2E964
RUN mkdir /opt/bitcoin && cd /opt/bitcoin \
Expand Down

0 comments on commit e718bf8

Please sign in to comment.