Browse Source

Update invoice-ninja to version v5.10.35 (#1633)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
3d88f3df5f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      invoice-ninja/docker-compose.yml
  2. 10
      invoice-ninja/umbrel-app.yml

2
invoice-ninja/docker-compose.yml

@ -18,7 +18,7 @@ services:
- app
app:
image: invoiceninja/invoiceninja:5.10.32@sha256:37343467ce36a78b2cf721a444cab5f533dc1e5ed764d134c4c1d49223f5628b
image: invoiceninja/invoiceninja:5.10.35@sha256:07403c783a1e7406b678c0dc658d457b685748674a8d37d786f11617baab396c
# 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"

10
invoice-ninja/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: invoice-ninja
category: finance
name: Invoice Ninja
version: "5.10.32"
version: "5.10.35"
tagline: We'll help with the invoicing
description: >-
Invoicing, Quotes, Expenses, Tasks.
@ -21,13 +21,7 @@ gallery:
- 3.jpg
path: ''
releaseNotes: >-
This release includes several improvements and fixes:
- Updated API documentation
- Improved PDF generation process
- Fixed issues with database migrations
- Enhanced broadcast routes
- Improved search functionality
This release fixes an issue with task exports.
Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases.

Loading…
Cancel
Save