Skip to content

Commit

Permalink
chore(deps): update koillection/koillection docker tag to v1.6.7 (#6613)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent 559eb35 commit 415f65e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/koillection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dynamic_config": true,
"id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 23,
"version": "1.6.6",
"tipi_version": 24,
"version": "1.6.7",
"categories": ["utilities"],
"short_desc": "Koillection allow you to manage any kind of collections.",
"author": "https://github.com/benjaminjonard",
Expand All @@ -32,5 +32,5 @@
}
],
"created_at": 1691943801422,
"updated_at": 1738212390000
"updated_at": 1738531984000
}
2 changes: 1 addition & 1 deletion apps/koillection/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "koillection",
"image": "koillection/koillection:1.6.6",
"image": "koillection/koillection:1.6.7",
"isMain": true,
"internalPort": 80,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/koillection/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
koillection:
image: koillection/koillection:1.6.6
image: koillection/koillection:1.6.7
container_name: koillection
restart: unless-stopped
ports:
Expand Down

0 comments on commit 415f65e

Please sign in to comment.