Merge pull request #5428 from AkihiroSuda/fedora34

Vagrantfile: update to Fedora 34
This commit is contained in:
Phil Estes 2021-04-29 10:51:20 -04:00 committed by GitHub
commit 8d2ce532ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View File

@ -17,7 +17,7 @@
# Vagrantfile for cgroup2 and SELinux
Vagrant.configure("2") do |config|
config.vm.box = "fedora/33-cloud-base"
config.vm.box = "fedora/34-cloud-base"
memory = 4096
cpus = 2
config.vm.provider :virtualbox do |v|