Skip to content

Commit

Permalink
New Treehouses Vagrant base image (fixes #6277) (#6278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored May 14, 2020
1 parent 2ab2d87 commit b1660b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
end

BOX = "treehouses/buster64"
BOX_VERSION = "0.12.1"
BOX_VERSION = "0.13.3"

# production VM
config.vm.define "prod" do |prod|
Expand Down

0 comments on commit b1660b5

Please sign in to comment.