Skip to content

Commit

Permalink
chore(deps): update ghcr.io/wekan/wekan docker tag to v7.74 (#6121)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 7244044 commit 4cbfb19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/wekan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "wekan",
"tipi_version": 44,
"version": "7.73",
"tipi_version": 45,
"version": "7.74",
"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",
Expand All @@ -31,5 +31,5 @@
],
"supported_architectures": ["amd64"],
"created_at": 1691943801422,
"updated_at": 1735073783000
"updated_at": 1735107765000
}
2 changes: 1 addition & 1 deletion apps/wekan/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "wekan",
"image": "ghcr.io/wekan/wekan:v7.73",
"image": "ghcr.io/wekan/wekan:v7.74",
"isMain": true,
"internalPort": 8080,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/wekan/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
wekan:
image: ghcr.io/wekan/wekan:v7.73
image: ghcr.io/wekan/wekan:v7.74
container_name: wekan
environment:
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
Expand Down

0 comments on commit 4cbfb19

Please sign in to comment.