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 33b6ec2 commit a192000Copy full SHA for a192000
Vagrantfile.fedora
@@ -3,7 +3,7 @@
3
4
Vagrant.configure("2") do |config|
5
# Fedora box is used for testing cgroup v2 support
6
- config.vm.box = "fedora/37-cloud-base"
+ config.vm.box = "fedora/38-cloud-base"
7
config.vm.provider :virtualbox do |v|
8
v.memory = 2048
9
v.cpus = 2
0 commit comments