From 5ab75da3256b03eb7fceb3e5263a67e5bdc293a7 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Tue, 17 Oct 2017 17:01:05 +0200 Subject: [PATCH] vagrant: bump base box to fedora 26 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c736b9a..866361e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure(2) do |config| - config.vm.box = "fedora/25-cloud-base" + config.vm.box = "fedora/26-cloud-base" config.vm.network "forwarded_port", guest: 9090, host: 9090 if Dir.glob("dist/*").length == 0