diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index 7692794..9f3f237 100644 --- a/hosts/yuki/services/homarr.nix +++ b/hosts/yuki/services/homarr.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.homarr = { - image = "ghcr.io/ajnart/homarr:0.12.3"; + image = "ghcr.io/ajnart/homarr:0.13.0"; ports = [ "7575:7575" ];