From 0ffa3c69f9030a011cf94ad7617ef092be533b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Mon, 29 Aug 2016 16:59:02 +0200 Subject: [PATCH] vagrant: use ubuntu 16.04 LTS --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 55496449a6..4f5bc07c67 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "boxcutter/ubuntu1510" + config.vm.box = "boxcutter/ubuntu1604" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs