Merge "Updating development vagrant file to centos8 stream"

This commit is contained in:
Zuul 2022-09-15 16:05:02 +00:00 committed by Gerrit Code Review
commit b450dcd876
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Vagrant.configure("2") do |config|
config.vm.box = "centos/8"
config.vm.box_version = "1905.1"
config.vm.box = "centos/stream8"
config.vm.box_version = "20210210.0"
config.vm.provider "virtualbox" do |vb|
vb.memory = "2048"
end