From 5e77963a2cfa0ef11bc23af46c1ad6b7ec884f3e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 Jul 2019 09:41:13 +0200 Subject: [PATCH] packer: make buster the new default Debian release --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 19a73b8..9a1709e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "packer/debian64_jessie.box" + config.vm.box = "packer/debian64_buster.box" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs -- 2.1.4