add support for Ubuntu 18

This commit is contained in:
ronivay
2019-03-21 14:07:51 +02:00
parent f4146c8960
commit 0a4b5887ca
3 changed files with 9 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/bionic64"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs