Skip to content

Commit

Permalink
Merge pull request #136 from navidys/main
Browse files Browse the repository at this point in the history
Vagrantfile update (fedora-38 image)
  • Loading branch information
navidys authored Sep 17, 2023
2 parents bcd37b1 + b0a0210 commit 77bc138
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 = "fedora36"
config.vm.box = "fedora/37-cloud-base"
config.vm.box_version = "37.20221105.0"
config.vm.hostname = "fedora38"
config.vm.box = "fedora/38-cloud-base"
config.vm.box_version = "38.20230413.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 77bc138

Please sign in to comment.