From ec2e7bb2942eab454609c1be688dc7d9993da625 Mon Sep 17 00:00:00 2001 From: Jonathan Bossenger Date: Mon, 17 Sep 2018 00:44:58 +0200 Subject: [PATCH] Update bento base version Updates base bento box to use 17.10 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3713cfe..4f96d84 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,7 @@ Vagrant.configure("2") do |config| - config.vm.box = "bento/ubuntu-16.04" + config.vm.box = "bento/ubuntu-17.10" config.vm.hostname = "scotchbox" @@ -16,4 +16,4 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", path: "install.sh", privileged: false -end \ No newline at end of file +end