Bumping LND to 0.14.2-beta (#3424)

This commit is contained in:
rockstardev
2022-02-07 01:30:17 -06:00
committed by GitHub
parent ce174d507d
commit c652a2f122
2 changed files with 4 additions and 4 deletions

View File

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

View File

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