diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index efd37f1..d4c4268 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,5 @@ Vagrant.configure("2") do |config| - config.vm.box = "bento/debian-9.4" + config.vm.box = "bento/debian-9.6" config.vm.provision :shell, path: "postgres/bootstrap.sh" config.vm.network "forwarded_port", guest: 5432, host: 5432 config.ssh.forward_x11 = true |