We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3367500 commit 731cc8aCopy full SHA for 731cc8a
Vagrantfile
@@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
11
12
# Every Vagrant virtual environment requires a box to build off of.
13
config.vm.box = "NottingHack/hms2"
14
- config.vm.box_version = ">=1.2.0"
+ config.vm.box_version = ">=1.3.0"
15
config.vm.hostname = "hmsdev.nottingtest.org.uk"
16
17
config.vm.provider :virtualbox do |vb|
0 commit comments