chore(deps): update kanboard/kanboard docker tag to v1.2.29 (#582)

* chore(deps): update kanboard/kanboard docker tag to v1.2.29

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-24 08:07:03 -04:00 committed by GitHub
parent 546f111882
commit 768eaee3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"port": 8010,
"id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 1,
"version": "1.2.28",
"categories": ["development"],
"tipi_version": 2,
"version": "1.2.29",
"categories": [
"development"
],
"short_desc": "Open Source Kanban Board",
"author": "Frédéric Guillot",
"source": "https://github.com/kanboard/kanboard",

View File

@ -3,7 +3,7 @@ version: '3.9'
services:
kanboard:
container_name: kanboard
image: kanboard/kanboard:v1.2.28
image: kanboard/kanboard:v1.2.29
environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: