Skip to content
Snippets Groups Projects
Commit 2781e943 authored by User expired's avatar User expired
Browse files

updating base box to centos 7.3

parent 88f0c314
No related branches found
No related tags found
No related merge requests found
Upcoming version: Upcoming version:
----------------- -----------------
- updating base box to centos 7.3 (Nikolaus Krismer)
- updating geoserver to latest version (Nikolaus Krismer) - updating geoserver to latest version (Nikolaus Krismer)
Version v0.8.1: Version v0.8.1:
......
...@@ -70,7 +70,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| ...@@ -70,7 +70,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.cache.enable :yum config.cache.enable :yum
# Information about the box itself (name from vagrantcloud) # Information about the box itself (name from vagrantcloud)
config.vm.box = "box-cutter/centos72" config.vm.box = "box-cutter/centos73"
# Setup of shared folders # Setup of shared folders
config.vm.synced_folder "conf", "/setup/conf" config.vm.synced_folder "conf", "/setup/conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment