diff --git a/Vagrantfile b/Vagrantfile index 4e319b5cc..1e3943f4a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "NottingHack/hms2" - config.vm.box_version = ">=1.2.0" + config.vm.box_version = ">=1.3.0" config.vm.hostname = "hmsdev.nottingtest.org.uk" config.vm.provider :virtualbox do |vb|