diff --git a/apps/wekan/config.json b/apps/wekan/config.json index 11e0c406..c97d3b96 100644 --- a/apps/wekan/config.json +++ b/apps/wekan/config.json @@ -5,11 +5,9 @@ "available": true, "exposable": true, "id": "wekan", - "tipi_version": 19, - "version": "7.45", - "categories": [ - "development" - ], + "tipi_version": 20, + "version": "7.47", + "categories": ["development"], "description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban", "short_desc": "Open-Source, customizable, and privacy-focused kanban", "author": "Lauri Ojansivu", @@ -30,7 +28,5 @@ "env_variable": "MAIL_PASSWORD" } ], - "supported_architectures": [ - "amd64" - ] + "supported_architectures": ["amd64"] } diff --git a/apps/wekan/docker-compose.yml b/apps/wekan/docker-compose.yml index 5c3e4848..09882931 100644 --- a/apps/wekan/docker-compose.yml +++ b/apps/wekan/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: wekan: - image: ghcr.io/wekan/wekan:v7.45 + image: ghcr.io/wekan/wekan:v7.47 container_name: wekan environment: # https://github.com/wekan/wekan/blob/main/docker-compose.yml