From 1d721317be03d19862cd2c0d57f7ea7edb97bfba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:21:33 +0000 Subject: [PATCH] chore(deps): update mrcas/mind docker tag to v1.3.2 (#803) --- apps/mind/config.json | 8 +++++--- apps/mind/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/mind/config.json b/apps/mind/config.json index 0782ac27..3b0c08c1 100644 --- a/apps/mind/config.json +++ b/apps/mind/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "mind", - "tipi_version": 5, - "version": "1.3.1", - "categories": ["utilities"], + "tipi_version": 6, + "version": "1.3.2", + "categories": [ + "utilities" + ], "description": "A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!", "short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.", "author": "https://github.com/Casvt", diff --git a/apps/mind/docker-compose.yml b/apps/mind/docker-compose.yml index 32363079..937ca22b 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.1 + image: mrcas/mind:v1.3.2 volumes: - ${APP_DATA_DIR}/data/mind-db:/app/db environment: