diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 659865f..ec53b08 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -10,7 +10,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - #config.vm.box = "bento/ubuntu-16.04" config.vm.box = "ubuntu/bionic64" config.vm.provision :shell, path: "bootstrap.sh", args: "#{ENV['GITHUB_AUTH_TOKEN']}"