bump Metasploit Vagrant devenv to the latest LTS version

This commit is contained in:
Brent Cook 2020-03-24 06:12:23 -05:00
parent bf07b1c897
commit 414035e1e4
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -3,7 +3,7 @@
Vagrant.configure(2) do |config|
config.ssh.forward_x11 = true
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/bionic64"
config.vm.network :forwarded_port, guest: 4444, host: 4444
config.vm.provider "vmware" do |v|
v.memory = 2048