chore(deps): update kanboard/kanboard docker tag to v1.2.37 (#3681)

This commit is contained in:
renovate[bot] 2024-06-06 06:16:55 +00:00 committed by GitHub
parent 906cf25fb8
commit f78bbf6626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"port": 8010,
"id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 10,
"version": "1.2.36",
"categories": [
"development"
],
"tipi_version": 11,
"version": "1.2.37",
"categories": ["development"],
"short_desc": "Open Source Kanban Board",
"author": "Frédéric Guillot",
"source": "https://github.com/kanboard/kanboard",
@ -22,8 +20,5 @@
"env_variable": "PLUGIN_INSTALLER"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
kanboard:
container_name: kanboard
image: kanboard/kanboard:v1.2.36
image: kanboard/kanboard:v1.2.37
environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: