Skip to content

Commit 8e9128f

Browse files
committed
Vagrantfile.fedora: upgrade Fedora to 37
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 23389fc commit 8e9128f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile.fedora

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Vagrant.configure("2") do |config|
55
# Fedora box is used for testing cgroup v2 support
6-
config.vm.box = "fedora/36-cloud-base"
6+
config.vm.box = "fedora/37-cloud-base"
77
config.vm.provider :virtualbox do |v|
88
v.memory = 2048
99
v.cpus = 2

0 commit comments

Comments
 (0)