chore(deps): update kanboard/kanboard docker tag to v1.2.32 (#840)

This commit is contained in:
renovate[bot] 2023-07-12 03:47:24 +00:00 committed by GitHub
parent 803680cf4d
commit 816ce77446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"port": 8010,
"id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 5,
"version": "1.2.31",
"tipi_version": 6,
"version": "1.2.32",
"categories": [
"development"
],

View File

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