Skip to content

Commit

Permalink
Update Vagrant to use F30
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez authored and Zlopez committed Jun 25, 2019
1 parent 85b0531 commit 7df3ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "fedora/29-cloud-base"
config.vm.box = "fedora/30-cloud-base"

# Forward traffic on the host to the development server on the guest
config.vm.network "forwarded_port", guest: 5000, host: 5000
Expand Down

0 comments on commit 7df3ea0

Please sign in to comment.