Skip to content

Commit a192000

Browse files
committed
Vagrantfile.fedora: bump to 38
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 33b6ec2 commit a192000

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/37-cloud-base"
6+
config.vm.box = "fedora/38-cloud-base"
77
config.vm.provider :virtualbox do |v|
88
v.memory = 2048
99
v.cpus = 2

0 commit comments

Comments
 (0)