From e7a836ac9d635bec7e19654fdec1838314e303fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loun=C3=A8s=20Ksouri?= Date: Sun, 17 Jan 2021 13:50:16 +0100 Subject: [PATCH] Upgrade thunderhub app to v0.12.2 (#402) --- apps/registry.json | 2 +- apps/thunderhub/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/registry.json b/apps/registry.json index 6fb9a7d..fe39a31 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -119,7 +119,7 @@ "id": "thunderhub", "category": "Lightning Node Management", "name": "ThunderHub", - "version": "0.12.1", + "version": "0.12.2", "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", diff --git a/apps/thunderhub/docker-compose.yml b/apps/thunderhub/docker-compose.yml index 22a0c7b..8abe509 100644 --- a/apps/thunderhub/docker-compose.yml +++ b/apps/thunderhub/docker-compose.yml @@ -8,7 +8,7 @@ x-logging: services: web: - image: apotdevin/thunderhub:v0.12.1@sha256:d78fd60c8eec6fced800c254593e76cb5cd75608a35bdbde7eca5f5f533781b5 + image: apotdevin/thunderhub:v0.12.2@sha256:c6e22cd3f489924185da20b1a10c07ecce219b874adf35b9c0be46725033840f user: "1000:1000" logging: *default-logging restart: on-failure