Skip to content

Commit

Permalink
Bump the Vagrant environment to Fedora 25
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Cline <[email protected]>
  • Loading branch information
jeremycline committed Feb 1, 2017
1 parent c84ba76 commit 268bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile.example
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/24-cloud-base"
config.vm.box = "fedora/25-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 268bd19

Please sign in to comment.