From adf03662d4f6d953f6aafbd4fa9c576bc63471b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:44:18 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v24.6.0 (#3641) --- apps/actual-budget/config.json | 13 ++++--------- apps/actual-budget/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/actual-budget/config.json b/apps/actual-budget/config.json index 11c11ef6..a54ce4ec 100644 --- a/apps/actual-budget/config.json +++ b/apps/actual-budget/config.json @@ -5,18 +5,13 @@ "exposable": true, "port": 8011, "id": "actual-budget", - "tipi_version": 19, - "version": "24.5.0", - "categories": [ - "finance" - ], + "tipi_version": 20, + "version": "24.6.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", "source": "https://github.com/actualbudget/actual-server", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 91469e42..b33c9a88 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:24.5.0 + image: actualbudget/actual-server:24.6.0 restart: unless-stopped ports: - ${APP_PORT}:5006