aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/vagrant/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/vagrant/Vagrantfile')
-rw-r--r--resources/tools/vagrant/Vagrantfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/vagrant/Vagrantfile b/resources/tools/vagrant/Vagrantfile
index 3771fea7cb..1c3071931c 100644
--- a/resources/tools/vagrant/Vagrantfile
+++ b/resources/tools/vagrant/Vagrantfile
@@ -85,9 +85,9 @@ Vagrant.configure("2") do |config|
config.vm.define "centos8", autostart: false do |centos8|
# Base box definition, currently using
- # Unofficial Centos8 (as currently there is no offical build)
- centos8.vm.box = "geerlingguy/centos8"
- centos8.vm.box_version = "1.0.2"
+ # Official CentOS8 v1905.1
+ centos8.vm.box = "centos/8"
+ centos8.vm.box_version = "1905.1"
centos8.vm.box_check_update = false
# Virtualbox machine configuration