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 2233928 commit aaee2f4Copy full SHA for aaee2f4
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 22.04 LTS (GNU/Linux 5.15.0-25-generic x86_64)
+ Welcome to Ubuntu 22.10 (GNU/Linux 5.19.0-21-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/jammy64' # 22.04
+ config.vm.box = 'ubuntu/kinetic64' # 22.10
5
config.vm.hostname = 'rails-dev-box'
6
7
config.vm.network :forwarded_port, guest: 3000, host: 3000
0 commit comments