Update lightning-terminal to v0.8.5-alpha (#321)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Elle 2022-12-07 14:35:56 +02:00 committed by GitHub
parent 5be23f16a7
commit 29dfdbb332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3004 APP_PORT: 3004
web: web:
image: lightninglabs/lightning-terminal:v0.8.3-alpha@sha256:467a4e73b1bc1dd64e32ee75bea5d2343a5b500efa97d61205da18eeb4768723 image: lightninglabs/lightning-terminal:v0.8.5-alpha@sha256:e534d3a4cd48e2c1bb3cc61d87300ccd59edc4a557ad353c719e110ab0fc4f6a
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lightning-terminal id: lightning-terminal
category: Lightning Node Management category: Lightning Node Management
name: Lightning Terminal name: Lightning Terminal
version: "0.8.3-alpha" version: "0.8.5-alpha"
tagline: The easiest way to manage channel liquidity tagline: The easiest way to manage channel liquidity
description: >- description: >-
Lightning Terminal is the easiest way to manage inbound and Lightning Terminal is the easiest way to manage inbound and
@ -51,6 +51,7 @@ defaultUsername: ""
deterministicPassword: true deterministicPassword: true
releaseNotes: >- releaseNotes: >-
This release of Lightning Terminal (LiT) updates the packaged This release of Lightning Terminal (LiT) updates the packaged
version of LND to v0.15.4-beta. version of LND to v0.15.5-beta, Faraday to v0.2.9-alpha, Loop
to v0.20.2-beta and Pool to v0.6.1-beta.
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/348 submission: https://github.com/getumbrel/umbrel/pull/348