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:
parent
bcd3ef806b
commit
d11d29a33b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
let
|
||||
app = "homepage";
|
||||
image = "ghcr.io/gethomepage/homepage:v0.8.10";
|
||||
image = "ghcr.io/gethomepage/homepage:v0.8.11";
|
||||
user = "568"; #string
|
||||
group = "568"; #string
|
||||
port = 3000; #int
|
||||
|
|
Reference in a new issue