From 2dccb4277335506b80e13baef6c90344876fc960 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 2 Feb 2022 18:45:22 +0700 Subject: [PATCH] Update bluewallet app to 1.4.1 --- apps/bluewallet/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bluewallet/docker-compose.yml b/apps/bluewallet/docker-compose.yml index 61dce6e..79a3ebc 100644 --- a/apps/bluewallet/docker-compose.yml +++ b/apps/bluewallet/docker-compose.yml @@ -15,7 +15,7 @@ services: ipv4_address: "${APP_BLUEWALLET_REDIS_IP}" lndhub: - image: "bluewalletorganization/lndhub:v1.3.3@sha256:b99408dfb53f503def405668f5fc4d8185de39a87843d4ea8774544a5df1fe36" + image: "bluewalletorganization/lndhub:v1.4.1@sha256:b99408dfb53f503def405668f5fc4d8185de39a87843d4ea8774544a5df1fe36" user: "1000:1000" depends_on: [ "redis" ] restart: "on-failure" diff --git a/apps/registry.json b/apps/registry.json index c78bc47..892eab4 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -553,7 +553,7 @@ "id": "bluewallet", "category": "Wallet Servers", "name": "BlueWallet Lightning", - "version": "1.3.3", + "version": "1.4.1", "tagline": "Connect BlueWallet to your Lightning node", "description": "Run BlueWallet in the most private and secure way possible by removing 3rd parties and connecting it directly to your Umbrel's Lightning node.\n\nYou can pair multiple BlueWallet accounts, so your friends and family can pair their BlueWallet with your Umbrel for a trust-minimized setup.", "developer": "BlueWallet",