Skip to content

Commit 460e98b

Browse files
committed
[build] Update to a Vagrant box that actually works.
1 parent 6443e81 commit 460e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
1010
# For a complete reference, please see the online documentation at
1111
# https://docs.vagrantup.com.
1212

13-
config.vm.box = "ubuntu/xenial64"
13+
config.vm.box = "geerlingguy/ubuntu1604"
1414

1515
#load external box config
1616
config.vm.provider "virtualbox" do |vb|

0 commit comments

Comments
 (0)