Skip to content

Commit

Permalink
GPII-2713 - Upgrade to Fedora 27
Browse files Browse the repository at this point in the history
  • Loading branch information
gtirloni committed Nov 20, 2017
1 parent cf5fe55 commit 8d3cc44
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 @@ -24,7 +24,7 @@ ram = ENV["VM_RAM"] || 2048

Vagrant.configure(2) do |config|

config.vm.box = "inclusivedesign/fedora26"
config.vm.box = "inclusivedesign/fedora27"

# Your working directory will be synced to /home/vagrant/sync in the VM.
config.vm.synced_folder ".", "#{app_directory}"
Expand Down

0 comments on commit 8d3cc44

Please sign in to comment.