chore(deps): update kanboard/kanboard docker tag to v1.2.34 (#1820)

This commit is contained in:
renovate[bot] 2023-12-15 01:05:43 +00:00 committed by GitHub
parent 42a5daa9b4
commit 876420bbd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 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": 7,
"version": "1.2.33",
"tipi_version": 8,
"version": "1.2.34",
"categories": [
"development"
],
@ -22,5 +22,8 @@
"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.33
image: kanboard/kanboard:v1.2.34
environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: