Bumping LND to 0.16.1-beta (#4921)

This commit is contained in:
rockstardev
2023-04-26 23:17:57 -05:00
committed by GitHub
parent 58c409e7fa
commit 0c78e9e4ac
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.16.0-beta
image: btcpayserver/lnd:v0.16.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -278,7 +278,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.16.0-beta
image: btcpayserver/lnd:v0.16.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View File

@@ -230,7 +230,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.16.0-beta
image: btcpayserver/lnd:v0.16.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -267,7 +267,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.16.0-beta
image: btcpayserver/lnd:v0.16.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"