chore(deps): update kanboard/kanboard docker tag to v1.2.31 (#800)

This commit is contained in:
renovate[bot] 2023-07-04 01:14:42 +00:00 committed by GitHub
parent 097e640383
commit 40ecb72839
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": 4,
"version": "1.2.30",
"categories": ["development"],
"tipi_version": 5,
"version": "1.2.31",
"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.30
image: kanboard/kanboard:v1.2.31
environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: