From 16bee3aa3354ae2aaecc9f0187a9c27878a20a6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:34:51 +0200 Subject: [PATCH] chore(deps): update mrcas/mind docker tag to v1.3.1 (#673) * chore(deps): update mrcas/mind docker tag to v1.3.1 * 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 c1ee73a2..5d1ee78f 100644 --- a/apps/mind/config.json +++ b/apps/mind/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "mind", - "tipi_version": 3, - "version": "1.3.0", + "tipi_version": 4, + "version": "1.3.1", "categories": [ "utilities" ], diff --git a/apps/mind/docker-compose.yml b/apps/mind/docker-compose.yml index 60320a4b..67dc3fd3 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.0 + image: mrcas/mind:v1.3.1 volumes: - ${APP_DATA_DIR}/data/mind-db:/app/db environment: