Skip to content

Commit 3b54a06

Browse files
Merge pull request #4779 from AkihiroSuda/fedora33
Vagrantfile: update to Fedora 33
2 parents e58adfd + efc4d99 commit 3b54a06

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/32-cloud-base"
20+
config.vm.box = "fedora/33-cloud-base"
2121
memory = 4096
2222
cpus = 2
2323
config.vm.provider :virtualbox do |v|

0 commit comments

Comments
 (0)