Update LND to 0.15.0 (#60)

Co-authored-by: nolim1t - f6287b82CC84bcbd <nolim1t@users.noreply.github.com>
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
This commit is contained in:
nolim1t - f6287b82CC84bcbd 2022-07-05 19:56:17 +07:00 committed by GitHub
parent c4de7d10aa
commit 55078c5679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ services:
ipv4_address: $BITCOIN_IP
lightning:
container_name: lightning
image: lightninglabs/lnd:v0.14.3-beta@sha256:6a2234b0aad4caed3d993736816b198d6228f32c59b27ba2218d5ebf516ae905
image: lightninglabs/lnd:v0.15.0-beta@sha256:d227a9db0727ff56020c8d6604c8c369757123d238ab6ce679579c2dd0d0d259
user: 1000:1000
depends_on:
- tor

View File

@ -1,6 +1,6 @@
{
"version": "0.0.5",
"name": "Citadel 0.0.5",
"version": "0.0.6",
"name": "Citadel 0.0.6",
"requires": ">=0.0.1",
"notes": "This update fixes a few bugs in the 0.0.4 release that were preventing some apps from working correctly."
"notes": "This update fixes a security issue in Tor which could lead to slower Tor performance or your node being inaccessible via Tor."
}