diff --git a/apps/ghostfolio/config.json b/apps/ghostfolio/config.json index ad70a8b370..7593c2db33 100644 --- a/apps/ghostfolio/config.json +++ b/apps/ghostfolio/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghostfolio", - "tipi_version": 110, - "version": "2.108.0", + "tipi_version": 111, + "version": "2.109.0", "categories": ["finance"], "description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.", "short_desc": "Open Source Wealth Management Software.", @@ -44,5 +44,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1726642067000 + "updated_at": 1726950142000 } diff --git a/apps/ghostfolio/docker-compose.yml b/apps/ghostfolio/docker-compose.yml index b8f3c7ab6e..6856a1f6c7 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.108.0 + image: ghostfolio/ghostfolio:2.109.0 restart: unless-stopped ports: - ${APP_PORT}:3333