From 75d9a3f5680d1f0bcfd5a8cbe832101b80b4963b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 20 Jun 2022 11:20:52 +0100 Subject: [PATCH] Upgrade base image to wagtail/buster64 This provides Python 3.8. Fixes #328 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index aed0dbd..412caac 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,7 +12,7 @@ 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-stretch64" + config.vm.box = "wagtail/buster64" config.vm.box_version = "~> 1.0" # Disable automatic box update checking. If you disable this, then