Bumping LND to 0.18.5-beta in all yml files we've got

This commit is contained in:
rockstardev
2025-02-18 22:17:24 -06:00
parent df16ad6418
commit 148e31721b
2 changed files with 4 additions and 4 deletions

View File

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

View File

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