In this tutorial, How do I use vagrant box update? Vagrant the essential for DevOps Roles.
Vagrant box
https://app.vagrantup.com/boxes/search
To use vagrant plugin the Automatically install guest addition on the guest side
$ vagrant plugin install vagrant-vbguest
Vagrant box update
$ vagrant box update --box [box-name]
Note: When you update the box file, old versions, and new versions mix
Conclusion
Thought the article, you can use Vagrant box update as above. I hope will this your helpful. Thank you for reading the DevopsRoles page!