From e993979cae1639fe71c3b2e4bb5c93c182339d89 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 4 Aug 2021 22:14:14 +0700 Subject: [PATCH] Update sphinx-relay to 2.2.0 (#885) --- apps/registry.json | 2 +- apps/sphinx-relay/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/registry.json b/apps/registry.json index cbbe44f..926b469 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -97,7 +97,7 @@ "id": "sphinx-relay", "category": "Messaging", "name": "Sphinx Relay", - "version": "2.1.5", + "version": "2.2.0", "tagline": "Chat and pay over the Lightning Network", "description": "Sphinx Relay turns your Lightning node into a personal communication server. Messages are end-to-end encrypted and transmitted over the Bitcoin Lightning Network. Download Sphinx on your phone from https://sphinx.chat and pair it with Sphinx Relay on Umbrel.\n\nCommunication between Sphinx Relay nodes takes place entirely on the Lightning Network, so it is decentralized, untraceable, and encrypted. Messages are encrypted using client public keys on the Sphinx app.\n\nYou can join tribes at https://tribes.sphinx.chat. If you join a podcast tribe, you can listen to the podcast in Sphinx and stream donations to the host.", "developer": "Stakwork", diff --git a/apps/sphinx-relay/docker-compose.yml b/apps/sphinx-relay/docker-compose.yml index 1093f8d..cf6c67a 100644 --- a/apps/sphinx-relay/docker-compose.yml +++ b/apps/sphinx-relay/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: sphinx-relay: container_name: sphinx-relay - image: sphinxlightning/sphinx-relay:v2.1.5@sha256:c2b7c0697812efa007d949bc1c6123efcad3aa377c0dcdd5743642607f44219b + image: sphinxlightning/sphinx-relay:v2.2.0@sha256:1a13a3c43d59225fd1b9663bc161a3d1b923454d9b1b274675117ac41bd1eb87 init: true restart: on-failure stop_grace_period: 1m