Browse Source

Update thunderhub app to v0.12.5 (#446)

update-security
Bastien Guillaumat 4 years ago
committed by GitHub
parent
commit
3003acd180
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/thunderhub/docker-compose.yml

2
apps/registry.json

@ -119,7 +119,7 @@
"id": "thunderhub",
"category": "Lightning Node Management",
"name": "ThunderHub",
"version": "0.12.4",
"version": "0.12.5",
"tagline": "Take full control of your Lightning node",
"description": "ThunderHub allows you to take full control of your Lightning node with a slick and awesome UI. Explore all the options that ThunderHub has to offer, from sending and receiving Lightning payments, to checking your node's health statistics, and even more advanced options like channel rebalancing and multi-path lightning payments.\n\nManaging and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.",
"developer": "Anthony Potdevin",

2
apps/thunderhub/docker-compose.yml

@ -8,7 +8,7 @@ x-logging:
services:
web:
image: apotdevin/thunderhub:v0.12.4@sha256:6ca79079a1989681c7e1bc60d8e86704febe88ce0f85343a1a8185768e936011
image: apotdevin/thunderhub:v0.12.5@sha256:0d28566fb11283fea136bcfca090222f80248293b9bf1e9f298164b07e7b30a2
user: "1000:1000"
logging: *default-logging
restart: on-failure

Loading…
Cancel
Save