From d367637bd72d1742453ab80dd0313f4b108362a8 Mon Sep 17 00:00:00 2001 From: Giovanni Tirloni Date: Tue, 11 Jul 2017 14:39:06 -0300 Subject: [PATCH] GPII-2158 - Update to Fedora 26 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index daf911e..866c9c3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -24,7 +24,7 @@ ram = ENV["VM_RAM"] || 2048 Vagrant.configure(2) do |config| - config.vm.box = "inclusivedesign/fedora24" + config.vm.box = "inclusivedesign/fedora26" # Your working directory will be synced to /home/vagrant/sync in the VM. config.vm.synced_folder ".", "#{app_directory}"