From ee9c8aa1fb31ddfe3fe771fe3f37181fc6ab4398 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:56:03 +0000 Subject: [PATCH] chore(deps): update mrcas/mind docker tag to v1.4.0 (#2782) --- apps/mind/config.json | 9 ++++++--- apps/mind/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/mind/config.json b/apps/mind/config.json index 86ac08c7..801ad651 100644 --- a/apps/mind/config.json +++ b/apps/mind/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mind", - "tipi_version": 7, - "version": "1.3.3", + "tipi_version": 8, + "version": "1.4.0", "categories": [ "utilities" ], @@ -15,5 +15,8 @@ "author": "https://github.com/Casvt", "source": "https://github.com/Casvt/MIND", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/mind/docker-compose.yml b/apps/mind/docker-compose.yml index afce806d..afe60379 100644 --- a/apps/mind/docker-compose.yml +++ b/apps/mind/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.3" services: mind: container_name: mind - image: mrcas/mind:v1.3.3 + image: mrcas/mind:v1.4.0 volumes: - ${APP_DATA_DIR}/data/mind-db:/app/db environment: