From 5183aa50e67400a1e4c033b93d024cfef7e67316 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:43:31 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v24.2.0 (#2384) --- apps/actual-budget/config.json | 4 ++-- apps/actual-budget/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/actual-budget/config.json b/apps/actual-budget/config.json index 4a103a5d..47cf8ba0 100644 --- a/apps/actual-budget/config.json +++ b/apps/actual-budget/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8011, "id": "actual-budget", - "tipi_version": 15, - "version": "24.1.0", + "tipi_version": 16, + "version": "24.2.0", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 048fc067..96968487 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.1.0 + image: actualbudget/actual-server:24.2.0 restart: unless-stopped ports: - ${APP_PORT}:5006