diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index ddad7e3b1..c70d70042 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -222,7 +222,7 @@ services: - "5432" merchant_lnd: - image: btcpayserver/lnd:v0.13.1-beta-withloop + image: btcpayserver/lnd:v0.13.3-beta restart: unless-stopped environment: LND_CHAIN: "btc" @@ -256,7 +256,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.13.1-beta-withloop + image: btcpayserver/lnd:v0.13.3-beta restart: unless-stopped environment: LND_CHAIN: "btc"