Skip to content

Commit

Permalink
Vagrantfile update (fedora-38 image)
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Sep 17, 2023
1 parent bcd37b1 commit b0a0210
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 b0a0210

Please sign in to comment.