Vagrantfile: update to Fedora 34

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2021-04-27 23:54:38 +09:00
parent b0fb8a5a04
commit 8e589e873d
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

2
Vagrantfile vendored
View File

@ -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/33-cloud-base" config.vm.box = "fedora/34-cloud-base"
memory = 4096 memory = 4096
cpus = 2 cpus = 2
config.vm.provider :virtualbox do |v| config.vm.provider :virtualbox do |v|