diff --git a/Vagrantfile b/Vagrantfile index ed8693e49..e2ab51505 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "fedora/29-cloud-base" + config.vm.box = "fedora/30-cloud-base" # Forward traffic on the host to the development server on the guest config.vm.network "forwarded_port", guest: 5000, host: 5000