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