Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit e8f95a5

Browse files
committed
Bump Vagrant box version to 1.0.5.
1 parent 95c8deb commit e8f95a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Vagrant.configure("2") do |config|
22

33
## Choose your base box
44
config.vm.box = "dosomething/phoenix"
5-
config.vm.box_version = "1.0.4"
5+
config.vm.box_version = "1.0.5"
66

77
config.vm.provider "virtualbox" do |v|
88
v.customize ["modifyvm", :id, "--memory", 3072]

0 commit comments

Comments
 (0)