From ffb89f74442ecbcc1de0baa6d71ea24f683016ab Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 23 May 2019 14:32:02 +0100 Subject: [PATCH] Update vagrant base box --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 2cbefcf..aed0dbd 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,8 +12,8 @@ Vagrant.configure(2) do |config| # Every Vagrant development environment requires a box. You can search for # boxes at https://atlas.hashicorp.com/search. - config.vm.box = "torchbox/wagtail-jessie64" - config.vm.box_version = "~> 2.0" + config.vm.box = "torchbox/wagtail-stretch64" + config.vm.box_version = "~> 1.0" # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs