From a1f09b342e68c3db0a10b248cf50bf9aeb20ee9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 03:30:14 +0000 Subject: [PATCH] chore(deps): update ghostfolio/ghostfolio docker tag to v2.89.0 (#3782) --- apps/ghostfolio/config.json | 4 ++-- apps/ghostfolio/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ghostfolio/config.json b/apps/ghostfolio/config.json index bc0ffb1a..47dbe0c8 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 89, - "version": "2.88.0", + "tipi_version": 90, + "version": "2.89.0", "categories": ["finance"], "description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.", "short_desc": "Open Source Wealth Management Software.", diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index 915708c6..4fc88325 100644 --- a/apps/ghostfolio/docker-compose.yml +++ b/apps/ghostfolio/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.9" services: ghostfolio: container_name: ghostfolio - image: ghostfolio/ghostfolio:2.88.0 + image: ghostfolio/ghostfolio:2.89.0 restart: unless-stopped ports: - ${APP_PORT}:3333