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" ];