Skip to content

Commit e2aa7b4

Browse files
committed
Docker: Upgrade to Bitcoin Core v0.18.1
1 parent 9f26fc5 commit e2aa7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RUN [ -n "$STANDALONE" ] || \
2323
&& rm -r target/share \
2424
&& mv -f target/* /opt/local/)
2525

26-
ENV BITCOIN_VERSION 0.18.0
26+
ENV BITCOIN_VERSION 0.18.1
2727
ENV BITCOIN_FILENAME bitcoin-$BITCOIN_VERSION-x86_64-linux-gnu.tar.gz
2828
ENV BITCOIN_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/$BITCOIN_FILENAME
29-
ENV BITCOIN_SHA256 5146ac5310133fbb01439666131588006543ab5364435b748ddfc95a8cb8d63f
29+
ENV BITCOIN_SHA256 600d1db5e751fa85903e935a01a74f5cc57e1e7473c15fd3e17ed21e202cfe5a
3030
ENV BITCOIN_ASC_URL https://bitcoincore.org/bin/bitcoin-core-$BITCOIN_VERSION/SHA256SUMS.asc
3131
ENV BITCOIN_PGP_KEY 01EA5486DE18A882D4C2684590C8019E36C2E964
3232
RUN [ -n "$STANDALONE" ] || \

0 commit comments

Comments
 (0)