File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# vi: set ft=ruby :
33
44Vagrant . configure ( "2" ) do |config |
5- config . vm . box = "fedora-40 "
5+ config . vm . box = "fedora-41 "
66 # For URL, check https://www.fedoraproject.org/cloud/download
7- config . vm . box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40 /Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-libvirt.x86_64-40 -1.14 .vagrant.libvirt.box"
7+ config . vm . box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/41 /Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-libvirt-41 -1.4.x86_64 .vagrant.libvirt.box"
88 config . vm . provider :virtualbox do |v |
99 v . memory = 2048
1010 v . cpus = 2
You can’t perform that action at this time.
0 commit comments