From e55a16d917f0fcd55cce910ca8c4e4749490c5b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Mon, 28 Nov 2022 22:18:19 +0900 Subject: [PATCH] bump bitcoin core in tests (#4374) --- 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 b791f8302..802c719e1 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -71,7 +71,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:23.0-1 + image: btcpayserver/bitcoin:24.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -126,7 +126,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:23.0-1 + image: btcpayserver/bitcoin:24.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 442a87d99..1a2f002cb 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -68,7 +68,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:23.0-1 + image: btcpayserver/bitcoin:24.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets" @@ -113,7 +113,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:23.0-1 + image: btcpayserver/bitcoin:24.0 environment: BITCOIN_NETWORK: regtest BITCOIN_WALLETDIR: "/data/wallets"