Skip to content

Commit

Permalink
Updated base box from 16.04 to 18.04 because ondrej support was dropp…
Browse files Browse the repository at this point in the history
…ed for 16.04
  • Loading branch information
André Varelmann committed Jun 10, 2021
1 parent 8ef6eef commit 29c1a38
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
Expand Up @@ -6,7 +6,7 @@ Vagrant.require_version ">= 1.8.0"
Vagrant.configure("2") do |config|
config.ssh.forward_agent = true

config.vm.box = "bento/ubuntu-16.04"
config.vm.box = "bento/ubuntu-18.04"

config.vm.network :private_network, ip: "192.168.33.10"
config.vm.network "forwarded_port", guest: 8000, host: 8094
Expand Down

0 comments on commit 29c1a38

Please sign in to comment.