chore(deps): update kanboard/kanboard docker tag to v1.2.37 (#3681)
This commit is contained in:
parent
906cf25fb8
commit
f78bbf6626
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user