aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-05-12 20:13:17 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-05-12 20:13:17 +0200
commitac2f6e26c6a0471fd6e587b588710405ec3829db (patch)
treec94b47981eda4a8df3cfb53b491edc4ff2637c3f /Vagrantfile
parentf45b0bcea8f7be35eb80e5080fd4addd0c8f9d50 (diff)
parent5a6460a6101819cc7834612649b48961f5d16d20 (diff)
downloadhmnoweb-ac2f6e26c6a0471fd6e587b588710405ec3829db.tar.gz
hmnoweb-ac2f6e26c6a0471fd6e587b588710405ec3829db.tar.bz2
hmnoweb-ac2f6e26c6a0471fd6e587b588710405ec3829db.zip
Merge branch 'fix-banners' into dev
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e54619d..c6f0614 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
Vagrant.configure("2") do |config|
- config.vm.box = "bento/freebsd-10.4"
+ config.vm.box = "bento/freebsd-11.2"
config.vm.guest = :freebsd
config.vm.network :forwarded_port, host: 3000, guest: 3000
config.vm.provision :shell, :path => "vagrant/bootstrap.sh"