fix(docker-image): update ghcr.io/gethomepage/homepage docker tag to v0.8.12
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/gethomepage/homepage | v0.8.11 | v0.8.12 |
This commit is contained in:
parent
ebb1aac136
commit
4e059f98ab
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
app = "homepage";
|
app = "homepage";
|
||||||
image = "ghcr.io/gethomepage/homepage:v0.8.11";
|
image = "ghcr.io/gethomepage/homepage:v0.8.12";
|
||||||
user = "568"; #string
|
user = "568"; #string
|
||||||
group = "568"; #string
|
group = "568"; #string
|
||||||
port = 3000; #int
|
port = 3000; #int
|
||||||
|
|
Reference in a new issue