From 63b8ee935123f68b7fcf11f95a71b645242e6424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:12:53 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v23.8.0 (#942) --- 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 2859ecbe..0f205eef 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": 7, - "version": "23.7.2", + "tipi_version": 8, + "version": "23.8.0", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 3f28c59c..12cffb24 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.7.2 + image: actualbudget/actual-server:23.8.0 restart: unless-stopped ports: - ${APP_PORT}:5006