Skip to content

Commit cb52c0f

Browse files
author
Dan Lecocq
committedAug 31, 2016
Update vagrant to 14.04.
1 parent 594f129 commit cb52c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV['VAGRANT_DEFAULT_PROVIDER'] = 'virtualbox'
66

77
# http://docs.vagrantup.com/v2/
88
Vagrant.configure('2') do |config|
9-
config.vm.box = 'ubuntu/precise64'
9+
config.vm.box = 'ubuntu/trusty64'
1010
config.vm.hostname = 'simhash-py'
1111
config.ssh.forward_agent = true
1212

0 commit comments

Comments
 (0)
Please sign in to comment.