From 31b9fd46ecd233558448b125e4a0abc41ff8d4e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 13:08:13 -0400 Subject: [PATCH] chore(deps): update mrcas/mind docker tag to v1.3.0 (#614) * chore(deps): update mrcas/mind docker tag to v1.3.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/mind/config.json | 4 ++-- apps/mind/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mind/config.json b/apps/mind/config.json index ba456257..c1ee73a2 100644 --- a/apps/mind/config.json +++ b/apps/mind/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mind", - "tipi_version": 2, - "version": "1.2.1", + "tipi_version": 3, + "version": "1.3.0", "categories": [ "utilities" ], diff --git a/apps/mind/docker-compose.yml b/apps/mind/docker-compose.yml index bf8d1b71..60320a4b 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.2.1 + image: mrcas/mind:v1.3.0 volumes: - ${APP_DATA_DIR}/data/mind-db:/app/db environment: