From ad3cc388ab4bd8569f277e12358525aa45cad5a3 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Sat, 29 Jan 2022 07:11:30 -0800 Subject: [PATCH] Update sphinx-relay app to 2.2.5 (#1205) Co-authored-by: Luke Childs --- 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 a08d708..77d8609 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -382,7 +382,7 @@ "id": "sphinx-relay", "category": "Social", "name": "Sphinx Relay", - "version": "2.2.3", + "version": "2.2.5", "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 56f2177..d25131e 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.2.3@sha256:d72093d7faac4b94b752ce7ae445180ba286df851c4d3b7da514aa4ba5f8bafb + image: sphinxlightning/sphinx-relay:v2.2.5@sha256:9c7b112ead4585a92b6d65ebaa6206cf64069813b382b361c6c928c0def8a682 init: true restart: on-failure stop_grace_period: 1m