From add77df77f69efa20d2e98b587840461a3b7b360 Mon Sep 17 00:00:00 2001 From: lew Date: Tue, 7 Apr 2026 21:15:32 +0100 Subject: [PATCH] fix: pin kuma to 2.2.1 --- hosts/lab/uptime-kuma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lab/uptime-kuma.nix b/hosts/lab/uptime-kuma.nix index 576a195..93e949f 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:2"; + image = "louislam/uptime-kuma:2.2.1"; podman.user = "podman"; volumes = [ "/srv/uptime-kuma/data:/app/data"