From ff1d06a513699727b3783d8af2aac5559e928a78 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Mon, 1 Sep 2025 11:15:04 -0400 Subject: [PATCH] Bump open-webui version --- machines/cj/open-webui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/cj/open-webui.nix b/machines/cj/open-webui.nix index 256a7da..5dcfd29 100644 --- a/machines/cj/open-webui.nix +++ b/machines/cj/open-webui.nix @@ -1,5 +1,5 @@ { serverIP, serverIP6 } : { - image = "ghcr.io/open-webui/open-webui:0.6.25"; + image = "ghcr.io/open-webui/open-webui:0.6.26"; ports = [ "8687:8080" ];