Skip to content

Commit

Permalink
Vagrantfile.fedora: bump Fedora to 41
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda authored and kolyshkin committed Nov 1, 2024
1 parent 5ef24fe commit 33f177e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
config.vm.box = "fedora-40"
config.vm.box = "fedora-41"
# For URL, check https://www.fedoraproject.org/cloud/download
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"
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"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
Expand Down

0 comments on commit 33f177e

Please sign in to comment.