From edfde494fabd6ae13e791392f6d77813b9db8915 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 28 Sep 2021 12:47:34 +0900 Subject: [PATCH] bump bitcoin core --- BTCPayServer.Tests/docker-compose.altcoins.yml | 4 ++-- BTCPayServer.Tests/docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 99eb442c6..a9edf6b34 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -70,7 +70,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:0.21.1 + image: btcpayserver/bitcoin:22.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -123,7 +123,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:0.21.1 + image: btcpayserver/bitcoin:22.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 734653295..86ffc574a 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -67,7 +67,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:0.21.1 + image: btcpayserver/bitcoin:22.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -110,7 +110,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:0.21.1 + image: btcpayserver/bitcoin:22.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets"