Przeglądaj źródła

Update vagrant base box

Karl Hobley 6 lat temu
rodzic
commit
ffb89f7444
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Vagrantfile

+ 2 - 2
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