Skip to content

Commit

Permalink
Bumping LND to 0.17.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev committed Nov 15, 2023
1 parent 96569ae commit 46f0818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BTCPayServer.Tests/docker-compose.altcoins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ services:
- "5432"

merchant_lnd:
image: btcpayserver/lnd:v0.17.0-beta
image: btcpayserver/lnd:v0.17.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
Expand Down Expand Up @@ -259,7 +259,7 @@ services:
- bitcoind

customer_lnd:
image: btcpayserver/lnd:v0.17.0-beta
image: btcpayserver/lnd:v0.17.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
Expand Down
4 changes: 2 additions & 2 deletions BTCPayServer.Tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ services:
- "5432"

merchant_lnd:
image: btcpayserver/lnd:v0.17.0-beta
image: btcpayserver/lnd:v0.17.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
Expand Down Expand Up @@ -248,7 +248,7 @@ services:
- bitcoind

customer_lnd:
image: btcpayserver/lnd:v0.17.0-beta
image: btcpayserver/lnd:v0.17.1-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
Expand Down

0 comments on commit 46f0818

Please sign in to comment.