Bumping LND to 0.15.2-beta (#4211)

This commit is contained in:
rockstardev
2022-10-13 02:40:07 -05:00
committed by GitHub
parent 4ae2ea32e9
commit ae4af7dd13
2 changed files with 4 additions and 4 deletions

View File

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

View File

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