From b7c3d3935b97e70515f8b9f3ffc5d1678b64e26f Mon Sep 17 00:00:00 2001 From: dogi Date: Sun, 24 May 2020 06:58:53 -0400 Subject: [PATCH] treehouses/buster64 0.13.19 (fixes #1329) --- Vagrantfile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3ba6c09781..d6b956a0ce 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,10 +1,6 @@ # -*- mode: ruby -*- # vi: set ft=ruby : -# The most common configuration options are documented and commented below. -# For a complete reference, please see the online documentation at -# https://docs.vagrantup.com. - Vagrant.configure(2) do |config| if Vagrant.has_plugin?("vagrant-vbguest") @@ -12,7 +8,7 @@ Vagrant.configure(2) do |config| end BOX = "treehouses/buster64" - BOX_VERSION = "0.13.3" + BOX_VERSION = "0.13.19" config.vm.define "cli" do |cli| cli.vm.box = BOX @@ -22,9 +18,6 @@ Vagrant.configure(2) do |config| cli.vm.provider "virtualbox" do |vb| vb.name = "cli" - end - - cli.vm.provider "virtualbox" do |vb| vb.memory = "666" end