Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update box to stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-kn committed Jul 12, 2018
1 parent 50d5258 commit 4c3256f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c3256f

Please sign in to comment.