Switch Vagrant to Bionic

https://github.com/armbian/build/issues/1061
This commit is contained in:
Igor Pečovnik 2018-07-24 12:11:24 +00:00
parent 7832192ec1
commit 2c762ebd88

4
Vagrantfile vendored
View file

@ -15,8 +15,8 @@ SCRIPT
Vagrant.configure(2) do |config|
# What box should we base this build on?
config.vm.box = "ubuntu/xenial64"
config.vm.box_version = ">= 20180126.0.0"
config.vm.box = "ubuntu/bionic64"
config.vm.box_version = ">= 20180719.0.0"
#######################################################################
# THIS REQUIRES YOU TO INSTALL A PLUGIN. RUN THE COMMAND BELOW...