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
4571a9798c
commit
ff00151e90
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue