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

Update invoice-ninja to version v5.10.57 #1849

Merged
merged 2 commits into from
Nov 27, 2024
Merged
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 invoice-ninja/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 invoice-ninja/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "nginx"

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 @@ -18,7 +18,7 @@
- app

app:
image: invoiceninja/invoiceninja:5.10.53@sha256:5c4961d19c7d68689f926e92c2b45b167e6c4852ea5e84d9f14f967d9f3bf1a2
image: invoiceninja/invoiceninja:5.10.57@sha256:e399c75017792001ba93ef6ff07b781402646928d62c17305d282a9c891c0138
# We're forced to run user/group 1500
# More detail here: https://github.com/invoiceninja/dockerfiles/blob/ad3ffc227d63740330f761dad6e8c87768577847/alpine/5/Dockerfile#L70-L80
user: "1500:1500"
Expand Down
7 changes: 4 additions & 3 deletions invoice-ninja/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: invoice-ninja
category: finance
name: Invoice Ninja
version: "5.10.53"
version: "5.10.57"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -21,8 +21,9 @@ gallery:
- 3.jpg
path: ''
releaseNotes: >-
This release includes improvements to document handling and submission:
- Enhanced document submission functionality
This release includes performance improvements and optimizations:
- Reduced JavaScript bundle size for better loading times
- Improved Docker filesystem handling
- Various minor fixes and improvements


Expand Down