Skip to content

Commit b2a98bd

Browse files
chore(deps): update ghcr.io/wekan/wekan docker tag to v9.71 (#11426)
1 parent 4c5e29c commit b2a98bd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/wekan/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"exposable": true,
77
"dynamic_config": true,
88
"id": "wekan",
9-
"tipi_version": 141,
10-
"version": "v9.70",
9+
"tipi_version": 143,
10+
"version": "v9.71",
1111
"categories": ["development"],
1212
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
1313
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
@@ -31,7 +31,7 @@
3131
],
3232
"supported_architectures": ["amd64"],
3333
"created_at": 1691943801422,
34-
"updated_at": 1782201646036,
34+
"updated_at": 1782374275926,
3535
"force_pull": false,
3636
"min_tipi_version": "4.5.0"
3737
}

apps/wekan/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"services": [
33
{
44
"name": "wekan",
5-
"image": "ghcr.io/wekan/wekan:v9.70",
5+
"image": "ghcr.io/wekan/wekan:v9.71",
66
"isMain": true,
77
"internalPort": 8080,
88
"environment": [

apps/wekan/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
wekan:
4-
image: ghcr.io/wekan/wekan:v9.70
4+
image: ghcr.io/wekan/wekan:v9.71
55
container_name: wekan
66
environment:
77
- MONGO_URL=mongodb://wekan-db:27017/wekan

0 commit comments

Comments
 (0)