aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c5f0f603e5..de6d6fb738 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Install and build the various things (including wireshark!)
config.vm.define "ubuntu", autostart: false do |deb|
- deb.vm.box = "ubuntu/xenial64"
+ deb.vm.box = "ubuntu/bionic64"
deb.vm.provision "shell" do |s|
s.path = 'tools/debian-setup.sh'