From dddeece75770fa2b0fec4cfd2175f026327212f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 14:12:22 -0400 Subject: [PATCH] chore(deps): update baldissaramatheus/tasks.md docker tag to v1.8.0 (#332) * chore(deps): update baldissaramatheus/tasks.md docker tag to v1.8.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/tasks-md/config.json | 8 +++++--- apps/tasks-md/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/tasks-md/config.json b/apps/tasks-md/config.json index c76a958c..12d84d1c 100644 --- a/apps/tasks-md/config.json +++ b/apps/tasks-md/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "tasks-md", - "tipi_version": 1, - "version": "1.5.0", - "categories": ["development"], + "tipi_version": 2, + "version": "1.8.0", + "categories": [ + "development" + ], "description": "A self-hosted, file based task management board that supports Markdown syntax", "short_desc": "A self-hosted, file based task management board.", "author": "BaldissaraMatheus", diff --git a/apps/tasks-md/docker-compose.yml b/apps/tasks-md/docker-compose.yml index 1ac966eb..f5f3029e 100644 --- a/apps/tasks-md/docker-compose.yml +++ b/apps/tasks-md/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: tasks-md: container_name: tasks-md - image: baldissaramatheus/tasks.md:1.5.0 + image: baldissaramatheus/tasks.md:1.8.0 ports: - ${APP_PORT}:8080 volumes: