Skip to content

Commit 8e589e8

Browse files
committed
Vagrantfile: update to Fedora 34
Signed-off-by: Akihiro Suda <[email protected]>
1 parent b0fb8a5 commit 8e589e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Vagrantfile for cgroup2 and SELinux
1919
Vagrant.configure("2") do |config|
20-
config.vm.box = "fedora/33-cloud-base"
20+
config.vm.box = "fedora/34-cloud-base"
2121
memory = 4096
2222
cpus = 2
2323
config.vm.provider :virtualbox do |v|

0 commit comments

Comments
 (0)