Skip to content

Commit 5ca26ff

Browse files
committed
[build] Updates to Ubuntu 18.04 Vagrant box.
1 parent 24bde02 commit 5ca26ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2"
77
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
88
# fixes 'Inappropriate ioctl for device'
99
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
10-
config.vm.box = "ubuntu/xenial64"
10+
config.vm.box = "ubuntu/bionic64"
1111
config.vm.provision 'Initial setup', type: 'shell', path: "provisioning/scripts/setup.sh"
1212

1313
config.vm.define 'load-test' do |machine|

0 commit comments

Comments
 (0)