Merge pull request #4779 from AkihiroSuda/fedora33
Vagrantfile: update to Fedora 33
This commit is contained in:
commit
3b54a06ee3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# Vagrantfile for cgroup2 and SELinux
|
# Vagrantfile for cgroup2 and SELinux
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "fedora/32-cloud-base"
|
config.vm.box = "fedora/33-cloud-base"
|
||||||
memory = 4096
|
memory = 4096
|
||||||
cpus = 2
|
cpus = 2
|
||||||
config.vm.provider :virtualbox do |v|
|
config.vm.provider :virtualbox do |v|
|
||||||
|
Loading…
Reference in New Issue
Block a user