diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index da0f68f..fd31b01 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.13.2"; + image = "ghcr.io/ajnart/homarr:0.13.3"; ports = [ "7575:7575" ];