Bump Debian Stretch to latest point release

This commit is contained in:
Kyle Robbertze 2019-01-18 11:23:38 +02:00
parent 0cfd4c62f7
commit 04e155885e
1 changed files with 2 additions and 3 deletions

3
Vagrantfile vendored
View File

@ -13,7 +13,6 @@ Vagrant.configure("2") do |config|
# mkdocs documentation
config.vm.network "forwarded_port", guest: 8888, host:8888
# make sure we are using nfs (doesn't work out of the box with debian)
config.vm.synced_folder ".", "/vagrant", type: "nfs"
# private network for nfs
@ -57,7 +56,7 @@ Vagrant.configure("2") do |config|
provision_libretime(os, "debian.sh", installer_args)
end
config.vm.define "debian-stretch" do |os|
os.vm.box = "bento/debian-9.2"
os.vm.box = "bento/debian-9.6"
provision_libretime(os, "debian.sh", installer_args)
end
config.vm.define "centos" do |os|