Skip to content

Commit

Permalink
Merge pull request #345 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 665f288 + 1bc5039 commit b5631ec
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/prometheus-podman-exporter",
Expand Down

0 comments on commit b5631ec

Please sign in to comment.