From 3f33f2d51d1d49566d65f837893fc641e0723231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:33:09 +0000 Subject: [PATCH] chore(deps): update actualbudget/actual-server docker tag to v23.7.1 (#816) --- 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 7cb09181..7de89f29 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": 5, - "version": "23.7.0", + "tipi_version": 6, + "version": "23.7.1", "categories": [ "finance" ], diff --git a/apps/actual-budget/docker-compose.yml b/apps/actual-budget/docker-compose.yml index 3eb2eb0e..bd3073bd 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.0 + image: actualbudget/actual-server:23.7.1 restart: unless-stopped ports: - ${APP_PORT}:5006