diff --git a/system/services/fileflows-node.nix b/system/services/fileflows-node.nix index 25e92fbf..762b29f2 100644 --- a/system/services/fileflows-node.nix +++ b/system/services/fileflows-node.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - fileflowsVersion = "25.10"; + fileflowsVersion = "26.01"; in { virtualisation.oci-containers.containers = { fileflows-node = { diff --git a/system/services/fileflows.nix b/system/services/fileflows.nix index 452de3dc..59e9e204 100644 --- a/system/services/fileflows.nix +++ b/system/services/fileflows.nix @@ -4,7 +4,7 @@ pkgs, ... }: let - version = "25.10"; + version = "26.01"; in { virtualisation.oci-containers.containers = { fileflows = {