diff --git a/BTCPayServer.Tests/BTCPayServer.Tests.csproj b/BTCPayServer.Tests/BTCPayServer.Tests.csproj index 38350ec44..301da2236 100644 --- a/BTCPayServer.Tests/BTCPayServer.Tests.csproj +++ b/BTCPayServer.Tests/BTCPayServer.Tests.csproj @@ -16,7 +16,7 @@ - + all diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 46c4edd0a..aca0489ff 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -64,7 +64,7 @@ services: - "sshd_datadir:/root/.ssh" devlnd: - image: btcpayserver/bitcoin:0.18.0 + image: btcpayserver/bitcoin:0.19.0.1 environment: BITCOIN_NETWORK: regtest BITCOIN_EXTRA_ARGS: | @@ -108,7 +108,7 @@ services: bitcoind: restart: unless-stopped - image: btcpayserver/bitcoin:0.18.0 + image: btcpayserver/bitcoin:0.19.0.1 environment: BITCOIN_NETWORK: regtest BITCOIN_EXTRA_ARGS: |-