Bump bitcoin core in tests (#6550)

This commit is contained in:
Nicolas Dorier 2025-01-13 12:41:13 +09:00 committed by GitHub
parent 9d8a231274
commit e1f47b2738
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -72,7 +72,7 @@ services:
- "sshd_datadir:/root/.ssh"
devlnd:
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: regtest
BITCOIN_WALLETDIR: "/data/wallets"
@ -134,7 +134,7 @@ services:
bitcoind:
restart: unless-stopped
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: regtest
BITCOIN_WALLETDIR: "/data/wallets"

View file

@ -31,7 +31,7 @@ services:
- "sshd_datadir:/root/.ssh"
devlnd:
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: testnet
BITCOIN_WALLETDIR: "/data/wallets"
@ -82,7 +82,7 @@ services:
bitcoind:
restart: unless-stopped
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: testnet
BITCOIN_WALLETDIR: "/data/wallets"

View file

@ -69,7 +69,7 @@ services:
- "sshd_datadir:/root/.ssh"
devlnd:
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: regtest
BITCOIN_WALLETDIR: "/data/wallets"
@ -120,7 +120,7 @@ services:
bitcoind:
restart: unless-stopped
image: btcpayserver/bitcoin:26.0
image: btcpayserver/bitcoin:27.1
environment:
BITCOIN_NETWORK: regtest
BITCOIN_WALLETDIR: "/data/wallets"