Update Thunderhub image version to 0.15.4 (#5084)

This commit is contained in:
Anthony Potdevin 2026-03-17 04:34:23 -06:00 committed by GitHub
parent 4af16b9d2c
commit 5c71d84794
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 3000
web:
image: apotdevin/thunderhub:v0.14.6@sha256:1bb0a8e9089326953a7721d3db40a07e509a61d4699d89257c9dc5b24d02447f
image: apotdevin/thunderhub:0.15.4@sha256:62c71058ee811c7027f3e78dcf261db483d34e188e0414b1f284cb2ec811f974
# We now have to run as root to avoid schema.gql permission errors
# user: "1000:1000"
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: thunderhub
category: bitcoin
name: ThunderHub
version: "0.14.6"
version: "0.15.4"
tagline: Take full control of your Lightning node
description: >-
ThunderHub allows you to take full control of your Lightning node
@ -28,9 +28,9 @@ path: ""
defaultUsername: ""
deterministicPassword: true
releaseNotes: >-
This release fixes some bugs with the open channel and buy liquidity functionality.
ThunderHub 0.15.4 brings a refreshed UI with improved styling across the app and an enhanced swap experience with new deposit and withdraw flows.
Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.14.6
Full release notes can be found at https://github.com/apotdevin/thunderhub/releases/tag/v0.15.4
submitter: Anthony Potdevin
submission: https://github.com/getumbrel/umbrel/pull/343