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.6 #1961

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 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.6@sha256:257ef86b2e2127f5b3dba787dca453d4d6ea9a79555c87b83bddb9398ccc5af2
# 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:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707a6a3672f46823695a0d3aba2e49bbd9b1dd

Check failure on line 43 in invoice-ninja/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image name "mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707a6a3672f46823695a0d3aba2e49bbd9b1dd"

Error: HTTP 404 for mariadb:10.5.12@sha256:dfcba5641bdbfd7cbf5b07eeed707a6a3672f46823695a0d3aba2e49bbd9b1dd: {"errors":[{"code":"MANIFEST_UNKNOWN","message":"manifest unknown","detail":"unknown manifest name=library/mariadb revision=sha256:dfcba5641bdbfd7cbf5b07eeed707a6a3672f46823695a0d3aba2e49bbd9b1dd"}]}
user: "1000:1000"
restart: on-failure
volumes:
Expand Down
9 changes: 4 additions & 5 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.6"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
Expand All @@ -21,10 +21,9 @@ 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
- Various improvements and optimizations
This release includes improvements:
- Fixed issues with the template email engine
- Various stability improvements


Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases
Expand Down
Loading