From b9b9b2067beab4992b44c6ffe5ed3ed11b60f48a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 18 Jan 2017 02:51:17 +0100 Subject: [PATCH] Update the Vagrantfile to ubuntu 16.10 This is completely untested. --- scripts/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Vagrantfile b/scripts/Vagrantfile index 77915c9911..f73382dbcc 100644 --- a/scripts/Vagrantfile +++ b/scripts/Vagrantfile @@ -3,7 +3,7 @@ Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/xenial64" + config.vm.box = "ubuntu/yakkety64" config.vm.provider "virtualbox" do |vb| # Customize the amount of memory on the VM