From f0116216357a3c1f5af5419413d3cc9b803c0a2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:26:35 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v23.12.1 (#1773) --- 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 2a6cdb67..33346de0 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": 13, - "version": "23.12.0", + "tipi_version": 14, + "version": "23.12.1", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 18e6fa80..a3942cef 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.12.0 + image: actualbudget/actual-server:23.12.1 restart: unless-stopped ports: - ${APP_PORT}:5006