Skip to content

Commit

Permalink
Merge pull request #192 from navidys/vagrant
Browse files Browse the repository at this point in the history
Vagrantfile update (fedora 39)
  • Loading branch information
navidys authored Feb 29, 2024
2 parents 0f6ef4f + 2b0d7ab commit 782df2b
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 = "fedora38"
config.vm.box = "fedora/38-cloud-base"
config.vm.box_version = "38.20230413.1"
config.vm.box = "fedora/39-cloud-base"
config.vm.box_version = "39.20231031.1"

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 782df2b

Please sign in to comment.