diff --git a/pages/common/vagrant.md b/pages/common/vagrant.md index 5c38b1c40..051995ee7 100644 --- a/pages/common/vagrant.md +++ b/pages/common/vagrant.md @@ -7,9 +7,9 @@ `vagrant init` -- Create Vagrantfile with the Ubuntu 14.04 (Trusty Tahr) box from HashiCorp Atlas: +- Create Vagrantfile with the Ubuntu 20.04 (Focal Fossa) box from HashiCorp Atlas: -`vagrant init ubuntu/trusty32` +`vagrant init ubuntu/focal64` - Start and provision the vagrant environment: