Vagrantfile: update to newer Ubuntu LTS
This commit is contained in:
parent
04115efa57
commit
9a0556eb92
2
scripts/Vagrantfile
vendored
2
scripts/Vagrantfile
vendored
@ -3,7 +3,7 @@
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.box = "ubuntu/disco64"
|
||||
config.vm.box = "ubuntu/focal64"
|
||||
|
||||
# use vagrant-disksize plugin to resize partition - https://github.com/sprotheroe/vagrant-disksize
|
||||
config.disksize.size = '50GB'
|
||||
|
Loading…
Reference in New Issue
Block a user