Skip to content

Commit

Permalink
fix(docker-image): update ghcr.io/gethomepage/homepage docker tag to …
Browse files Browse the repository at this point in the history
…v0.10.9

| datasource | package                      | from    | to      |
| ---------- | ---------------------------- | ------- | ------- |
| docker     | ghcr.io/gethomepage/homepage | v0.10.6 | v0.10.9 |
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent ee2509a commit 2fb2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/homepage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with lib;
let
app = "homepage";
image = "ghcr.io/gethomepage/homepage:v0.10.6";
image = "ghcr.io/gethomepage/homepage:v0.10.9";
user = "kah"; #string
group = "kah"; #string
port = 3000; #int
Expand Down

0 comments on commit 2fb2edd

Please sign in to comment.