From ed1f85d1f5712297afed0114a4019554bf93fba9 Mon Sep 17 00:00:00 2001 From: nolim1t Date: Thu, 22 Apr 2021 22:16:30 +0700 Subject: [PATCH] Update specter-desktop app to 1.3.0 (#689) --- 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 ad106da..3cc2575 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -74,7 +74,7 @@ "id": "specter-desktop", "category": "Wallets", "name": "Specter Desktop", - "version": "1.2.2", + "version": "1.3.0", "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 38a2804..abb711e 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.2.2@sha256:22d6abe4ba97dcb9d3f5f1695524c5262be176d873f5f57c9d9c3a95840cb3da + image: lncm/specter-desktop:v1.3.0@sha256:45ad1b9a7318a2f3bbb93e0ee525a49e616146311d73cf0a3899fcb6fe74bac2 stop_signal: SIGINT restart: on-failure stop_grace_period: 1m