mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 04:41:35 +00:00
parent
7832192ec1
commit
2c762ebd88
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -15,8 +15,8 @@ SCRIPT
|
|||
Vagrant.configure(2) do |config|
|
||||
|
||||
# What box should we base this build on?
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
config.vm.box_version = ">= 20180126.0.0"
|
||||
config.vm.box = "ubuntu/bionic64"
|
||||
config.vm.box_version = ">= 20180719.0.0"
|
||||
|
||||
#######################################################################
|
||||
# THIS REQUIRES YOU TO INSTALL A PLUGIN. RUN THE COMMAND BELOW...
|
||||
|
|
Loading…
Add table
Reference in a new issue