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.16 #1259

Merged
merged 2 commits into from
Jul 31, 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.8.33@sha256:9805e6b0a402dbb7011d7c4789eb72c272244e1bb11f077f7b6755a01f848ad2
image: invoiceninja/invoiceninja:5.10.16@sha256:cbe589ef50f2e3d2fcfcd61e639cd176582772ea5802d1511c1f3c69e48fdb98
# 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
9 changes: 5 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: "v5.8.33"
version: "v5.10.16"
tagline: We’ll help with the invoicing
description: |-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -20,11 +20,12 @@ gallery:
- 3.jpg
path: ''
releaseNotes: >-
This release takes invoice-ninja from version 5.8.15 to 5.8.33.
This release takes invoice-ninja from version 5.8.33 to 5.10.16.


Full release notes here: https://github.com/invoiceninja/invoiceninja/releases
Full release notes are found at https://github.com/invoiceninja/invoiceninja/releases.

deterministicPassword: true
defaultUsername: [email protected]
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/347
submission: https://github.com/getumbrel/umbrel-apps/pull/347