Skip to content

Commit

Permalink
feat(docker-image): update ghcr.io/onedr0p/home-assistant docker tag …
Browse files Browse the repository at this point in the history
…to v2025.2.5

| datasource | package                        | from     | to       |
| ---------- | ------------------------------ | -------- | -------- |
| docker     | ghcr.io/onedr0p/home-assistant | 2025.1.4 | 2025.2.5 |
  • Loading branch information
renovate[bot] authored Feb 21, 2025
1 parent 56cf78f commit d48443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with lib;
let
app = "home-assistant";
image = "ghcr.io/onedr0p/home-assistant:2025.1.4@sha256:6389f9593b4acd80c74322f56c9229fae631e752a3bf49839be12442a153e0dc";
image = "ghcr.io/onedr0p/home-assistant:2025.2.5@sha256:0e6dfed23d79e76e9bf0d65afbecb0483534fa9ba4a242141362037d3607524a";
user = "kah"; #string
group = "kah"; #string
port = 8123; #int
Expand Down

0 comments on commit d48443e

Please sign in to comment.