chore(deps): update ghcr.io/wekan/wekan docker tag to v7.47 (#3635)
This commit is contained in:
parent
64fc53a04c
commit
d87192060f
|
@ -5,11 +5,9 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "wekan",
|
"id": "wekan",
|
||||||
"tipi_version": 19,
|
"tipi_version": 20,
|
||||||
"version": "7.45",
|
"version": "7.47",
|
||||||
"categories": [
|
"categories": ["development"],
|
||||||
"development"
|
|
||||||
],
|
|
||||||
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
|
"description": "Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban",
|
||||||
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
|
"short_desc": "Open-Source, customizable, and privacy-focused kanban",
|
||||||
"author": "Lauri Ojansivu",
|
"author": "Lauri Ojansivu",
|
||||||
|
@ -30,7 +28,5 @@
|
||||||
"env_variable": "MAIL_PASSWORD"
|
"env_variable": "MAIL_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["amd64"]
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wekan:
|
wekan:
|
||||||
image: ghcr.io/wekan/wekan:v7.45
|
image: ghcr.io/wekan/wekan:v7.47
|
||||||
container_name: wekan
|
container_name: wekan
|
||||||
environment:
|
environment:
|
||||||
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
|
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
|
||||||
|
|
Loading…
Reference in New Issue
Block a user