How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "rice-patrick/ubuntu-bionic-dev-box"
config.vm.box_version = "2023.02.24"
end
vagrant init rice-patrick/ubuntu-bionic-dev-box \
--box-version 2023.02.24
vagrant up
This version was created over 1 year ago.
Fixed an issue with the templatefile not being packaged properly