Skip to content

Commit

Permalink
Merge pull request #2 from bestit/feature/ubuntu-update
Browse files Browse the repository at this point in the history
Updated base box from 16.04 to 18.04 because ondrej support was dropp…
  • Loading branch information
André Varelmann authored Jun 10, 2021
2 parents 8ef6eef + 29c1a38 commit 4c76e35
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 4c76e35

Please sign in to comment.