diff --git a/apps/actual-budget/config.json b/apps/actual-budget/config.json index 81b79de6..7cb09181 100644 --- a/apps/actual-budget/config.json +++ b/apps/actual-budget/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8011, "id": "actual-budget", - "tipi_version": 4, - "version": "23.6.0", - "categories": ["finance"], + "tipi_version": 5, + "version": "23.7.0", + "categories": [ + "finance" + ], "description": "Actual is a local-first personal finance tool. It is 100% free and open-source, written in NodeJS, it has a synchronization element so that all your changes can move between devices without any heavy lifting.", "short_desc": "Local-first OpenSource Budget tool", "author": "Shift Reset LLC", diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 66f950bb..3eb2eb0e 100644 --- a/apps/actual-budget/docker-compose.yml +++ b/apps/actual-budget/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: actual-budget: container_name: actual-budget - image: actualbudget/actual-server:23.6.0 + image: actualbudget/actual-server:23.7.0 restart: unless-stopped ports: - ${APP_PORT}:5006