From 45ee30355a9ed35c077e832990dc02168cb52391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:29:05 +0000 Subject: [PATCH] chore(deps): update ghostfolio/ghostfolio docker tag to v2.63.1 (#2796) --- 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 ccbba709..62f16418 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 61, - "version": "2.62.0", + "tipi_version": 62, + "version": "2.63.1", "categories": [ "finance" ], diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index 9d7c0301..35ba4af3 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.62.0 + image: ghostfolio/ghostfolio:2.63.1 restart: unless-stopped ports: - ${APP_PORT}:3333