chore(deps): update ghcr.io/gethomepage/homepage docker tag to v0.9.0 (#3637)

This commit is contained in:
renovate[bot] 2024-06-03 07:31:55 +00:00 committed by GitHub
parent d87192060f
commit 16a13bff8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -4,19 +4,14 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8756, "port": 8756,
"tipi_version": 11, "tipi_version": 12,
"version": "0.8.13", "version": "0.9.0",
"id": "homepage", "id": "homepage",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages.", "description": "A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages.",
"short_desc": "A highly customizable homepage", "short_desc": "A highly customizable homepage",
"author": "gethomepage", "author": "gethomepage",
"source": "https://github.com/gethomepage/homepage", "source": "https://github.com/gethomepage/homepage",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:v0.8.13 image: ghcr.io/gethomepage/homepage:v0.9.0
container_name: homepage container_name: homepage
restart: unless-stopped restart: unless-stopped
ports: ports: