From 73b7d569fc27d12f6cccf603637512c46b2857a7 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:52:24 +0200 Subject: [PATCH 1/2] Update docker-compose.yml --- lnbits/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/docker-compose.yml b/lnbits/docker-compose.yml index e51a96c8ba..b001b78b9e 100644 --- a/lnbits/docker-compose.yml +++ b/lnbits/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_ADD: "false" web: - image: lnbits/lnbits:0.12.2@sha256:ce11b1127ab9a6314ed5a57792dcd938ee189c2f549888f6cdda21a181a12fc9 + image: lnbits/lnbits:0.12.10@sha256:a78cd96e1630895160b2878e8fcf17a36e5f3de532d4c4b849f103a34a8a0841 init: true restart: on-failure stop_grace_period: 1m From 1e5b76f3678d93c0fe2bd76b12d217ad8afc7430 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:54:10 +0200 Subject: [PATCH 2/2] Update umbrel-app.yml --- lnbits/umbrel-app.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lnbits/umbrel-app.yml b/lnbits/umbrel-app.yml index 6bf2374d2d..19afbe5097 100644 --- a/lnbits/umbrel-app.yml +++ b/lnbits/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnbits category: bitcoin name: LNbits -version: "0.12.2" +version: "0.12.10" tagline: Multi-user wallet management system description: >- LNbits is a simple multi-user and account system for Lightning @@ -43,10 +43,6 @@ deterministicPassword: true releaseNotes: >- ⚠️ Reminder that the previous update included a new login flow for LNBits - make a note of previously used wallet URLs and user IDs. - - This is a minor release that includes bug fixes and improvements. - - 📄 Full Release Notes and detailed information is available at https://github.com/lnbits/lnbits/releases submitter: Umbrel submission: https://github.com/getumbrel/umbrel/pull/372