Skip to content

Commit

Permalink
Merge pull request #580 from navidys/vagrantfile_update
Browse files Browse the repository at this point in the history
Vagrantfile box version update to fedora/41-cloud-base
  • Loading branch information
navidys authored Mar 8, 2025
2 parents 7bfc237 + 53a43f8 commit 9be037d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.hostname = "fedora40"
config.vm.box = "fedora/40-cloud-base"
config.vm.box_version = "40.20240414.0"
config.vm.box = "fedora/41-cloud-base"
config.vm.box_version = "41-20241024.0"

config.vm.provision "shell", inline: "mkdir -p /home/vagrant/go"
config.vm.synced_folder ".", "/home/vagrant/go/src/podman-tui",
Expand Down

0 comments on commit 9be037d

Please sign in to comment.