upgrade bookworm
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -8,7 +8,7 @@
|
||||
# you're doing.
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.box = "debian/bullseye64"
|
||||
config.vm.box = "debian/bookworm64"
|
||||
config.vm.hostname = 'kaz-vm'
|
||||
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
|
Reference in New Issue
Block a user