Update Lightning Node to v0.20.0-beta (#4198)
This commit is contained in:
parent
c634439ff4
commit
d36a08d546
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 3006
|
||||
|
||||
app:
|
||||
image: getumbrel/umbrel-lightning:v1.2.0@sha256:4effadadce390959a742d806273d42a20da08280e4f409e9a30658fbd8400854
|
||||
image: getumbrel/umbrel-lightning:v1.2.1@sha256:41d5e7388a15443103ec0eae583a426dcf04bd371a1371fdeea8ccae99c01972
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- "${APP_LIGHTNING_NODE_DATA_DIR}:/data/.lnd"
|
||||
@ -42,7 +42,7 @@ services:
|
||||
|
||||
lnd:
|
||||
hostname: "${DEVICE_DOMAIN_NAME}" # Needed so LND can generate a valid cert
|
||||
image: lightninglabs/lnd:v0.19.3-beta@sha256:b175f136c01ffe01e75eee836273dd15b21a7e2cea2bd316ea98ad3640743aaa
|
||||
image: lightninglabs/lnd:v0.20.0-beta@sha256:4b33e89ce7d2db02bbf3c10649e567c36d175075921c97afc3bdfa36f2e7518a
|
||||
command: "${APP_LIGHTNING_COMMAND}"
|
||||
user: 1000:1000
|
||||
restart: unless-stopped
|
||||
|
||||
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: lightning
|
||||
category: bitcoin
|
||||
name: Lightning Node
|
||||
version: "0.19.3-beta"
|
||||
version: "0.20.0-beta"
|
||||
tagline: Run your personal Lightning Network node
|
||||
description: >-
|
||||
Run your personal Lightning Network node, and join the future of Bitcoin today.
|
||||
@ -22,11 +22,10 @@ description: >-
|
||||
|
||||
An official app from Umbrel.
|
||||
releaseNotes: >-
|
||||
This update bumps the underlying LND version to v0.19.3-beta. It contains important bug fixes to improve p2p stability, a retry bug in path finding, and adds improved isolation to anchor sweeping on chain.
|
||||
Full LND release notes can be found at https://github.com/lightningnetwork/lnd/releases/tag/v0.19.3-beta
|
||||
|
||||
|
||||
Reminder: Backup support for umbrelOS 1.5 was added in a previous release. If you missed that update, this version includes it.
|
||||
This update includes the latest version of LND (v0.20.0-beta).
|
||||
|
||||
|
||||
Full LND release notes can be found at https://github.com/lightningnetwork/lnd/releases/tag/v0.20.0-beta
|
||||
developer: Umbrel
|
||||
website: https://umbrel.com
|
||||
dependencies:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user