Skip to content

Commit

Permalink
Merge pull request #506 from navidys/vagrant_update
Browse files Browse the repository at this point in the history
Vagrant update to fedora 40
  • Loading branch information
navidys authored Jul 28, 2024
2 parents 09968e3 + 2505580 commit 00dddc4
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 00dddc4

Please sign in to comment.