diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index 6d0ea1bb6..95e337552 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -227,7 +227,7 @@ services: - "5432" merchant_lnd: - image: btcpayserver/lnd:v0.12.1-beta + image: btcpayserver/lnd:v0.13.1-beta-withloop restart: unless-stopped environment: LND_CHAIN: "btc" @@ -261,7 +261,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.12.1-beta + image: btcpayserver/lnd:v0.13.1-beta-withloop restart: unless-stopped environment: LND_CHAIN: "btc" diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index aa84040aa..c26a5c26f 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -215,7 +215,7 @@ services: - "5432" merchant_lnd: - image: btcpayserver/lnd:v0.12.1-beta + image: btcpayserver/lnd:v0.13.1-beta-withloop restart: unless-stopped environment: LND_CHAIN: "btc" @@ -249,7 +249,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.12.1-beta + image: btcpayserver/lnd:v0.13.1-beta-withloop restart: unless-stopped environment: LND_CHAIN: "btc"