mirror of
https://github.com/runcitadel/core.git
synced 2024-11-14 09:50:22 +00:00
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:
parent
c4de7d10aa
commit
55078c5679
|
@ -79,7 +79,7 @@ services:
|
||||||
ipv4_address: $BITCOIN_IP
|
ipv4_address: $BITCOIN_IP
|
||||||
lightning:
|
lightning:
|
||||||
container_name: 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
|
user: 1000:1000
|
||||||
depends_on:
|
depends_on:
|
||||||
- tor
|
- tor
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"name": "Citadel 0.0.5",
|
"name": "Citadel 0.0.6",
|
||||||
"requires": ">=0.0.1",
|
"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."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user