Update to 1.5.0

This commit is contained in:
DrMxrcy 2023-03-20 08:58:32 -04:00
parent 755f57bdaf
commit 64563c1bea
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"exposable": true, "exposable": true,
"id": "tasks-md", "id": "tasks-md",
"tipi_version": 1, "tipi_version": 1,
"version": "1.3.0", "version": "1.5.0",
"categories": ["development"], "categories": ["development"],
"description": "A self-hosted, file based task management board that supports Markdown syntax", "description": "A self-hosted, file based task management board that supports Markdown syntax",
"short_desc": "A self-hosted, file based task management board.", "short_desc": "A self-hosted, file based task management board.",

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
tasks-md: tasks-md:
container_name: tasks-md container_name: tasks-md
image: baldissaramatheus/tasks.md:1.3.0 image: baldissaramatheus/tasks.md:1.5.0
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
volumes: volumes: