Bumping LND to 0.16.3-beta (#5124)

This commit is contained in:
rockstardev
2023-06-26 19:06:31 -05:00
committed by GitHub
parent 53aafcf86b
commit fdcf7b3b7a
2 changed files with 4 additions and 4 deletions

View File

@@ -224,7 +224,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.16.2-beta
image: btcpayserver/lnd:v0.16.3-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -259,7 +259,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.16.2-beta
image: btcpayserver/lnd:v0.16.3-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View File

@@ -211,7 +211,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.16.2-beta
image: btcpayserver/lnd:v0.16.3-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -248,7 +248,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.16.2-beta
image: btcpayserver/lnd:v0.16.3-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"