Skip to content

Commit

Permalink
Update invoice-ninja to v5.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 21, 2024
1 parent 2db8628 commit b16877b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- 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 @@ services:
- 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

0 comments on commit b16877b

Please sign in to comment.