Skip to content

Commit

Permalink
chore(deps): update vikunja/vikunja docker tag to v0.24.6 (#6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent e543059 commit 821053b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/vikunja/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"port": 8135,
"id": "vikunja",
"categories": ["utilities"],
"tipi_version": 14,
"version": "0.24.5",
"tipi_version": 15,
"version": "0.24.6",
"description": "The Todo-app to organize your life.",
"short_desc": "The Todo-app to organize your life.",
"author": "kolaente",
Expand All @@ -27,5 +27,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732207444000
"updated_at": 1734907226000
}
2 changes: 1 addition & 1 deletion apps/vikunja/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
vikunja:
container_name: vikunja
image: vikunja/vikunja:0.24.5
image: vikunja/vikunja:0.24.6
environment:
VIKUNJA_DATABASE_HOST: vikunja-db
VIKUNJA_DATABASE_PASSWORD: ${VIKUNJA_DB_PASSWORD}
Expand Down

0 comments on commit 821053b

Please sign in to comment.