diff --git a/apps/registry.json b/apps/registry.json index a9c8f34..84be07d 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -310,7 +310,7 @@ "id": "samourai-server", "category": "Wallet Servers", "name": "Samourai Server", - "version": "1.12.0", + "version": "1.12.1", "tagline": "Your private backing server for Samourai Wallet", "description": "Samourai Server is an exclusive Umbrel app that runs Samourai Dojo and Whirlpool backing servers, and provides you easy step-by-step instructions to connect your Samourai Wallet to them. Samourai Wallet is unrivaled in transaction privacy, but its default configuration is still subject to network level privacy loss.\n\nBy default, Samourai Wallet will connect to its centrally controlled Dojo hosted in Iceland. By hosting your own Samourai Server, you can bypass its servers completely when using Samourai Wallet or Sentinel, and gain total financial sovereignty without any complexity.\n\nBundles Whirlpool CLI v0.10.11.", "developer": "Samourai", @@ -318,7 +318,7 @@ "dependencies": [ "bitcoind" ], - "repo": "https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.10.1-umbrel", + "repo": "https://github.com/louneskmt/umbrel-samourai-dojo/tree/v1.12.1-umbrel", "support": "https://t.me/SamouraiWallet", "port": 3005, "gallery": [ diff --git a/apps/samourai-server/docker-compose.yml b/apps/samourai-server/docker-compose.yml index d4ae7f8..18a1f64 100644 --- a/apps/samourai-server/docker-compose.yml +++ b/apps/samourai-server/docker-compose.yml @@ -19,7 +19,7 @@ services: ipv4_address: $APP_SAMOURAI_SERVER_DB_IP node: - image: louneskmt/dojo-nodejs:1.12.0@sha256:312c93f2f3fd577cb35dfa59bd4030e4b34cb7cce8ee139485cf1c555b64e7ef + image: louneskmt/dojo-nodejs:1.12.1@sha256:b409a8801b071966f19799ae90a12faf3d8863542a2e24a155ae9ff142d4d95b init: true restart: on-failure command: "/home/node/app/wait-for-it.sh ${APP_SAMOURAI_SERVER_DB_IP}:3306 --timeout=720 --strict -- /home/node/app/restart.sh" @@ -27,7 +27,7 @@ services: environment: # GLOBAL COMMON_BTC_NETWORK: $BITCOIN_NETWORK - DOJO_NODEJS_VERSION_TAG: 1.12.0 + DOJO_NODEJS_VERSION_TAG: 1.12.1 NET_DOJO_TOR_IPV4: $TOR_PROXY_IP NET_DOJO_TOR_PORT: $TOR_PROXY_PORT NET_DOJO_MYSQL_IPV4: $APP_SAMOURAI_SERVER_DB_IP