fix(docker-image): update ghcr.io/gethomepage/homepage docker tag to v0.8.11

| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/gethomepage/homepage | v0.8.10 | v0.8.11 |
This commit is contained in:
renovate[bot] 2024-04-08 22:08:31 +00:00
parent bcd3ef806b
commit d11d29a33b

View file

@ -6,7 +6,7 @@
with lib; with lib;
let let
app = "homepage"; app = "homepage";
image = "ghcr.io/gethomepage/homepage:v0.8.10"; image = "ghcr.io/gethomepage/homepage:v0.8.11";
user = "568"; #string user = "568"; #string
group = "568"; #string group = "568"; #string
port = 3000; #int port = 3000; #int