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.11.38 #2003

Merged
merged 5 commits into from
Feb 12, 2025
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
7 changes: 4 additions & 3 deletions 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.11.0@sha256:f0cc1e3487e7be3db989892d61f8b8f4ec92856ffd6a071441117ea5cc1f9380
image: invoiceninja/invoiceninja:5.11.38@sha256:30879dd2b2a07def48fa9661c3fe01f1f5c1267d5292f23534fbbae9e26c9f65
# 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 All @@ -40,7 +40,7 @@
- db

db:
image: mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707e6a3672f46823695a0d3aba2e49bbd9b1dd
image: mariadb:11.4.5@sha256:5dfb3093333fa0ea53194ddef0a2bfa21d3b1e1353bd228b22610cd6fc0c04da
user: "1000:1000"
restart: on-failure
volumes:
Expand All @@ -49,4 +49,5 @@
MYSQL_ROOT_PASSWORD: invoiceninja
MYSQL_USER: invoiceninja
MYSQL_PASSWORD: moneyprintergobrrr
MYSQL_DATABASE: invoiceninja
MYSQL_DATABASE: invoiceninja
MARIADB_AUTO_UPGRADE: "true"
10 changes: 6 additions & 4 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.11.0"
version: "5.11.38"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -21,9 +21,11 @@ gallery:
- 3.jpg
path: ''
releaseNotes: >-
This release includes new features and improvements:
- Added support for e-invoicing over PEPPOL network
- Enhanced validation rules for custom surcharges
This release includes bug fixes and improvements:
- Changed default Zugferd generator
- Updated translations
- Adjusted tax reports
- Allows table breaking in calm design
- Various improvements and optimizations


Expand Down