From 1eda63e2d5100502524287a5ab7d4b95e222c2e0 Mon Sep 17 00:00:00 2001 From: keblek <68111648+keblek@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:54:55 +0100 Subject: [PATCH] Bump core version to 0.21 --- code/docker/bitcoind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/docker/bitcoind/Dockerfile b/code/docker/bitcoind/Dockerfile index 058faf4..b2555b6 100644 --- a/code/docker/bitcoind/Dockerfile +++ b/code/docker/bitcoind/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 AS bitcoind-base RUN apt update && apt install -yqq \ curl gosu jq bash-completion -ENV BITCOIND_VERSION 0.20.0 +ENV BITCOIND_VERSION 0.21.0 # Install binaries for Bitcoin Core ADD https://bitcoincore.org/bin/bitcoin-core-${BITCOIND_VERSION}/bitcoin-${BITCOIND_VERSION}-x86_64-linux-gnu.tar.gz /usr/local RUN cd /usr/local/ \