Skip to content

Commit

Permalink
Vagrant update to fedora 40
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Jul 28, 2024
1 parent 09968e3 commit 2505580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.hostname = "fedora38"
config.vm.box = "fedora/39-cloud-base"
config.vm.box_version = "39.20231031.1"
config.vm.hostname = "fedora40"
config.vm.box = "fedora/40-cloud-base"
config.vm.box_version = "40.20240414.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 2505580

Please sign in to comment.