summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kropat <mail@michael.kropat.name>2016-09-29 23:01:16 -0400
committerGitHub <noreply@github.com>2016-09-29 23:01:16 -0400
commit1913fe03ce58d2baffba5bf43cf9891ba242b94c (patch)
treedb8cdb2bd79931327f77dcc67670e8bb3b09e12f
parent9ea012d72f1b8d0e34ab62ab4c15d1caa285bca9 (diff)
parent754c762cab82a220a242026652a60eb7cec7e955 (diff)
Merge pull request #6 from mkropat/latest-ubuntu
Update to Ubuntu 16.04 image
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 6359137..15595af 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -4,7 +4,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
- config.vm.box = "ubuntu/trusty64"
+ config.vm.box = "ubuntu/xenial64"
config.vm.provider "virtualbox" do |v|
v.memory = 1024 # necessary to avoid 'I can't write on file' errors