From da9e7acf3fe3e16c9d5a24350ac9d505e9d3111b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loun=C3=A8s=20Ksouri?= Date: Tue, 5 Apr 2022 12:00:13 +0200 Subject: [PATCH] Update specter-desktop app to v1.9.1 (#1336) --- apps/registry.json | 2 +- apps/specter-desktop/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/registry.json b/apps/registry.json index 97d1834..1299725 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -358,7 +358,7 @@ "id": "specter-desktop", "category": "Wallets", "name": "Specter Desktop", - "version": "1.8.1", + "version": "1.9.1", "tagline": "Multisig with hardware wallets made easy", "description": "Specter Desktop connects to the Bitcoin Core running on your Umbrel and functions as a watch-only coordinator for multi-signature and single-key Bitcoin wallets. At the moment Specter Desktop is working with all major hardware wallets including:\n\n- Trezor\n- Ledger\n- KeepKey\n- BitBox02\n- ColdCard (optionally airgapped, using an SD card)\n- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)\n- Specter DIY (optionally airgapped, using QR codes)\n- Cobo (airgapped, using QR codes)\n\nSpecter Desktop also supports using the Bitcoin Core on your Umbrel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up.", "developer": "Crypto Advance", diff --git a/apps/specter-desktop/docker-compose.yml b/apps/specter-desktop/docker-compose.yml index 64e1222..4e1903a 100644 --- a/apps/specter-desktop/docker-compose.yml +++ b/apps/specter-desktop/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: lncm/specter-desktop:v1.8.1@sha256:0fab344245e0b3fb27b8d62a74e2503e53d1a51ab8b9c8a6170f975bf880a70a + image: lncm/specter-desktop:v1.9.1@sha256:6c6207ae02d4317ed0663cfd0233d686e04dd47091221441f4c4a36a63951486 stop_signal: SIGINT restart: on-failure stop_grace_period: 1m