From 2781e9432b3e53803ed7d7dd8990535e97e01515 Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at>
Date: Sun, 25 Dec 2016 19:08:46 +0100
Subject: [PATCH] updating base box to centos 7.3

---
 CHANGELOG.md | 1 +
 Vagrantfile  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d34572..ea204e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 Upcoming version:
 -----------------
+  - updating base box to centos 7.3 (Nikolaus Krismer)
   - updating geoserver to latest version (Nikolaus Krismer)
 
 Version v0.8.1:
diff --git a/Vagrantfile b/Vagrantfile
index c2660ef..363e225 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -70,7 +70,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.cache.enable :yum
 
   # Information about the box itself (name from vagrantcloud)
-  config.vm.box = "box-cutter/centos72"
+  config.vm.box = "box-cutter/centos73"
 
   # Setup of shared folders
   config.vm.synced_folder "conf", "/setup/conf"
-- 
GitLab