summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2017-01-09 23:12:37 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2017-01-09 23:12:37 +0100
commit0cc4f4a6636cdcb244b62848ce08f3b48c9df20f (patch)
treea58619a170a56fcb165ef81842ad5eef2d1c7599 /Vagrantfile
parent58645f90a6508daee3a3de4438eec148e51c26ab (diff)
Update Vagrantfile to 64 bit system.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 62bccb2..416b642 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "precise32"
+ config.vm.box = "ubuntu/trusty64"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.