chore(deps): update kanboard/kanboard docker tag to v1.2.33 (#1406)

This commit is contained in:
renovate[bot] 2023-10-21 04:32:52 +00:00 committed by GitHub
parent 91cc6686ad
commit fef0ea7d7b
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": 6,
"version": "1.2.32",
"tipi_version": 7,
"version": "1.2.33",
"categories": [
"development"
],

View File

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