We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9279f7 commit 9a85535Copy full SHA for 9a85535
Vagrantfile
@@ -13,7 +13,7 @@ Vagrant.configure("2") do |config|
13
14
# Every Vagrant development environment requires a box. You can search for
15
# boxes at https://vagrantcloud.com/search.
16
- config.vm.box = "bento/ubuntu-16.04"
+ config.vm.box = "ubuntu/xenial64"
17
18
# Disable automatic box update checking. If you disable this, then
19
# boxes will only be checked for updates when the user runs
0 commit comments