chore(deps): update koillection/koillection docker tag to v1.4.13 (#1579)

This commit is contained in:
renovate[bot] 2023-11-13 07:14:57 +00:00 committed by GitHub
parent a9556e183d
commit a841e8f158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -6,14 +6,19 @@
"exposable": true, "exposable": true,
"id": "koillection", "id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.", "description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 1, "tipi_version": 2,
"version": "1.4.11", "version": "1.4.13",
"categories": ["utilities"], "categories": [
"utilities"
],
"short_desc": "Koillection allow you to manage any kind of collections.", "short_desc": "Koillection allow you to manage any kind of collections.",
"author": "https://github.com/benjaminjonard", "author": "https://github.com/benjaminjonard",
"source": "https://github.com/benjaminjonard/koillection", "source": "https://github.com/benjaminjonard/koillection",
"website": "https://koillection.github.io/", "website": "https://koillection.github.io/",
"supported_architectures": ["amd64", "arm64"], "supported_architectures": [
"amd64",
"arm64"
],
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",

View File

@ -2,7 +2,7 @@ version: '3'
services: services:
koillection: koillection:
image: koillection/koillection:1.4.11 image: koillection/koillection:1.4.13
container_name: koillection container_name: koillection
restart: unless-stopped restart: unless-stopped
ports: ports: