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 dbbf541 commit 4513828Copy full SHA for 4513828
README.md
@@ -27,7 +27,7 @@ That's it.
27
After the installation has finished, you can access the virtual machine with
28
29
host $ vagrant ssh
30
- Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.4.0-26-generic x86_64)
+ Welcome to Ubuntu 20.10 (GNU/Linux 5.8.0-25-generic x86_64)
31
...
32
vagrant@rails-dev-box:~$
33
Vagrantfile
@@ -1,7 +1,7 @@
1
# -*- mode: ruby -*-
2
# vi: set ft=ruby :
3
Vagrant.configure('2') do |config|
4
- config.vm.box = 'ubuntu/focal64' # 20.04
+ config.vm.box = 'ubuntu/groovy64' # 20.10
5
config.vm.hostname = 'rails-dev-box'
6
7
config.vm.network :forwarded_port, guest: 3000, host: 3000
0 commit comments