Skip to content

Commit aaee2f4

Browse files
committed
Upgrade to Ubuntu 22.10
1 parent 2233928 commit aaee2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ That's it.
2727
After the installation has finished, you can access the virtual machine with
2828

2929
host $ vagrant ssh
30-
Welcome to Ubuntu 22.04 LTS (GNU/Linux 5.15.0-25-generic x86_64)
30+
Welcome to Ubuntu 22.10 (GNU/Linux 5.19.0-21-generic x86_64)
3131
...
3232
vagrant@rails-dev-box:~$
3333

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33
Vagrant.configure('2') do |config|
4-
config.vm.box = 'ubuntu/jammy64' # 22.04
4+
config.vm.box = 'ubuntu/kinetic64' # 22.10
55
config.vm.hostname = 'rails-dev-box'
66

77
config.vm.network :forwarded_port, guest: 3000, host: 3000

0 commit comments

Comments
 (0)