Bumping LND to 0.15.0-beta (#3999)

This commit is contained in:
rockstardev
2022-07-26 06:09:56 -05:00
committed by GitHub
parent a3d536bd51
commit c821208b5d
2 changed files with 4 additions and 4 deletions

View File

@@ -237,7 +237,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -272,7 +272,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View File

@@ -225,7 +225,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -262,7 +262,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"