From 095db0c5dba8c27a7a3932663c44f53f4ff21c3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:03:12 +0000 Subject: [PATCH] chore(deps): update invoiceninja/invoiceninja docker tag to v5.11.34 (#6601) --- apps/invoice-ninja/config.json | 6 +++--- apps/invoice-ninja/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/invoice-ninja/config.json b/apps/invoice-ninja/config.json index 9c8ceb9efa..9a306d8b22 100644 --- a/apps/invoice-ninja/config.json +++ b/apps/invoice-ninja/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "invoice-ninja", - "tipi_version": 70, - "version": "5.11.33", + "tipi_version": 71, + "version": "5.11.34", "categories": ["finance"], "description": "Invoice Ninja is an invoicing application which makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements the community has asked for.", "short_desc": "Invoices, Expenses and Tasks built with Laravel, Flutter and React.", @@ -46,5 +46,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1738171905000 + "updated_at": 1738418525000 } diff --git a/apps/invoice-ninja/docker-compose.yml b/apps/invoice-ninja/docker-compose.yml index 52a3baac74..2b5bd422ae 100644 --- a/apps/invoice-ninja/docker-compose.yml +++ b/apps/invoice-ninja/docker-compose.yml @@ -1,6 +1,6 @@ services: invoice-ninja: - image: invoiceninja/invoiceninja:5.11.33 + image: invoiceninja/invoiceninja:5.11.34 container_name: invoice-ninja restart: unless-stopped user: 1500:1500