Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump LNBits to 0.12.10 #1328

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lnbits/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in lnbits/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -8,7 +8,7 @@
PROXY_AUTH_ADD: "false"

web:
image: lnbits/lnbits:0.12.2@sha256:ce11b1127ab9a6314ed5a57792dcd938ee189c2f549888f6cdda21a181a12fc9
image: lnbits/lnbits:0.12.10@sha256:a78cd96e1630895160b2878e8fcf17a36e5f3de532d4c4b849f103a34a8a0841

Check failure on line 11 in lnbits/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image architectures for image "lnbits/lnbits:0.12.10@sha256:a78cd96e1630895160b2878e8fcf17a36e5f3de532d4c4b849f103a34a8a0841"

The image "lnbits/lnbits:0.12.10@sha256:a78cd96e1630895160b2878e8fcf17a36e5f3de532d4c4b849f103a34a8a0841" does not support the architectures "arm64" and "amd64". Please make sure that the image supports both architectures.
init: true
restart: on-failure
stop_grace_period: 1m
Expand Down
6 changes: 1 addition & 5 deletions lnbits/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Loading