diff --git a/hosts/yuki/services/dashdot.nix b/hosts/yuki/services/dashdot.nix index e3b6e5f..cc24327 100644 --- a/hosts/yuki/services/dashdot.nix +++ b/hosts/yuki/services/dashdot.nix @@ -1,6 +1,6 @@ _: { virtualisation.oci-containers.containers.dashdot = { - image = "mauricenino/dashdot:sha-207b2df"; + image = "mauricenino/dashdot:sha-4bef01c"; ports = [ "4000:3001" ]; diff --git a/hosts/yuki/services/homarr.nix b/hosts/yuki/services/homarr.nix index 9f3f237..da0f68f 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.0"; + image = "ghcr.io/ajnart/homarr:0.13.2"; ports = [ "7575:7575" ];