Bumping LND to 0.18.1-beta (#6094)

This commit is contained in:
rockstardev 2024-07-07 07:48:02 -05:00 committed by GitHub
parent f7569b715d
commit f03ea5c115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -229,7 +229,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.18.0-beta
image: btcpayserver/lnd:v0.18.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -264,7 +264,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.18.0-beta
image: btcpayserver/lnd:v0.18.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View file

@ -215,7 +215,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.18.0-beta
image: btcpayserver/lnd:v0.18.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -252,7 +252,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.18.0-beta
image: btcpayserver/lnd:v0.18.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"