chore(deps): update kanboard/kanboard docker tag to v1.2.30 (#648)

* chore(deps): update kanboard/kanboard docker tag to v1.2.30

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-06-04 23:16:32 -04:00 committed by GitHub
parent 81a6580aec
commit 75fbab33ca
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, "port": 8010,
"id": "kanboard", "id": "kanboard",
"description": "Kanboard is a free and open source Kanban project management software.", "description": "Kanboard is a free and open source Kanban project management software.",
"tipi_version": 2, "tipi_version": 3,
"version": "1.2.29", "version": "1.2.30",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
kanboard: kanboard:
container_name: kanboard container_name: kanboard
image: kanboard/kanboard:v1.2.29 image: kanboard/kanboard:v1.2.30
environment: environment:
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER} - PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
ports: ports: