diff --git a/apps/lndg/docker-compose.yml b/apps/lndg/docker-compose.yml index 5032409..1c8717b 100644 --- a/apps/lndg/docker-compose.yml +++ b/apps/lndg/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: ghcr.io/cryptosharks131/lndg:v1.0.2@sha256:3c55173dca8af79fd122587e5e53ddc68159ed7c3a4865a72c4e90b4b84ce787 + image: ghcr.io/cryptosharks131/lndg:v1.0.3@sha256:a179456526cb9f8b7b804129d47f7b72fc6bae0ecbf1df999382b5513c188915 restart: on-failure stop_grace_period: 1m ports: diff --git a/apps/registry.json b/apps/registry.json index dc0fdb9..4a8dff0 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -856,7 +856,7 @@ "id": "lndg", "category": "Lightning Node Management", "name": "LNDg", - "version": "1.0.2", + "version": "1.0.3", "tagline": "Analyze and automate your Lightning node management", "description": "LNDg is your command center for running a profitable and efficient routing node. From quickly viewing your node's health, automated rebalancing, selecting new potential peers and much more.", "developer": "cryptosharks131",