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 ac0798a commit 4d5f0e2Copy full SHA for 4d5f0e2
README.md
@@ -25,7 +25,7 @@ That's it.
25
After the installation has finished, you can access the virtual machine with
26
27
host $ vagrant ssh
28
- Welcome to Ubuntu 19.04 (GNU/Linux 5.0.0-13-generic x86_64)
+ Welcome to Ubuntu 19.10 (GNU/Linux 5.3.0-18-generic x86_64)
29
...
30
vagrant@rails-dev-box:~$
31
Vagrantfile
@@ -1,7 +1,7 @@
1
# -*- mode: ruby -*-
2
# vi: set ft=ruby :
3
Vagrant.configure('2') do |config|
4
- config.vm.box = 'ubuntu/disco64' # 19.04
+ config.vm.box = 'ubuntu/eoan64' # 19.10
5
config.vm.hostname = 'rails-dev-box'
6
7
config.vm.network :forwarded_port, guest: 3000, host: 3000
0 commit comments