From 77d752a080666ad5a24bfe5633dfab500748db02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 22:58:33 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v23.12.0 (#1738) --- 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 03e28743..2a6cdb67 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": 12, - "version": "23.11.0", + "tipi_version": 13, + "version": "23.12.0", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 0f075c56..18e6fa80 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.11.0 + image: actualbudget/actual-server:23.12.0 restart: unless-stopped ports: - ${APP_PORT}:5006