Update the version of Ubuntu

In the Vagrantfile, it still using trusty64. It is
too old and it should be updated to Ubuntu16.04

Change-Id: I83477eeb40db5c9da2e9ab9cdfb9b31a176800e9
This commit is contained in:
Nam Nguyen Hoai 2018-05-30 10:00:08 +07:00
parent 8d8e0d652c
commit ee204e0cd2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.box = "ubuntu/xenial64"
# Barbican Ports
config.vm.network "forwarded_port", guest: 9311, host: 9311