From 0c5dc17c5209185359dcaeb305df1b9b9818ce2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:17:05 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v24.5.0 (#3374) --- 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 007f02ad..11c11ef6 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": 18, - "version": "24.4.0", + "tipi_version": 19, + "version": "24.5.0", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index b08014fe..91469e42 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.4.0 + image: actualbudget/actual-server:24.5.0 restart: unless-stopped ports: - ${APP_PORT}:5006