From: Michael Prokop Date: Fri, 12 Jul 2019 07:41:13 +0000 (+0200) Subject: packer: make buster the new default Debian release X-Git-Tag: v0.90~9 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=5e77963a2cfa0ef11bc23af46c1ad6b7ec884f3e;ds=sidebyside packer: make buster the new default Debian release --- 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