18703: upgrade Vagrantfile to debian-11
[arvados.git] / tools / salt-install / Vagrantfile
index f7f8da3b16842ce7844e5d194c559078746c599f..f5759c482d2a03aedce42b26dcb9e68520a7a389 100644 (file)
@@ -13,7 +13,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
    # A single_host multiple_hostnames example
    config.vm.define "arvados-sh-mn" do |arv|
-     arv.vm.box = "bento/debian-10"
+     arv.vm.box = "bento/debian-11"
      arv.vm.hostname = "harpo"
      # CPU/RAM
      config.vm.provider :virtualbox do |v|