diff --git a/hosts/lab/uptime-kuma.nix b/hosts/lab/uptime-kuma.nix index 6d6cce8..576a195 100644 --- a/hosts/lab/uptime-kuma.nix +++ b/hosts/lab/uptime-kuma.nix @@ -14,7 +14,7 @@ }; virtualisation.oci-containers.containers.uptime-kuma = { - image = "louislam/uptime-kuma:1"; + image = "louislam/uptime-kuma:2"; podman.user = "podman"; volumes = [ "/srv/uptime-kuma/data:/app/data"