Skip to content

Commit

Permalink
[build] Updates to Ubuntu 18.04 Vagrant box.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed May 7, 2019
1 parent 24bde02 commit 5ca26ff
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 @@ -7,7 +7,7 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# fixes 'Inappropriate ioctl for device'
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
config.vm.box = "ubuntu/xenial64"
config.vm.box = "ubuntu/bionic64"
config.vm.provision 'Initial setup', type: 'shell', path: "provisioning/scripts/setup.sh"

config.vm.define 'load-test' do |machine|
Expand Down

0 comments on commit 5ca26ff

Please sign in to comment.