We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bde02 commit 5ca26ffCopy full SHA for 5ca26ff
Vagrantfile
@@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2"
7
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8
# fixes 'Inappropriate ioctl for device'
9
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
10
- config.vm.box = "ubuntu/xenial64"
+ config.vm.box = "ubuntu/bionic64"
11
config.vm.provision 'Initial setup', type: 'shell', path: "provisioning/scripts/setup.sh"
12
13
config.vm.define 'load-test' do |machine|
0 commit comments