Skip to content

Commit

Permalink
Updated vagrant box to bento/ubuntu-18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouaYing committed Jun 15, 2018
1 parent 5c49c7b commit 14fb940
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
@@ -1,7 +1,7 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.ssh.forward_agent = true
config.vm.box = "boxcutter/ubuntu1404"
config.vm.box = "bento/ubuntu-18.04"
config.vm.synced_folder "~/.identity", "/home/vagrant/.identity", create: true
config.vm.synced_folder "~/.gnupg", "/home/vagrant/.gnupg", create: true
config.vm.provider "virtualbox" do |vb|
Expand Down

0 comments on commit 14fb940

Please sign in to comment.