1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:52:44 +01:00

vagrant: use ubuntu 16.04 LTS

This commit is contained in:
Cenk Gündoğan 2016-08-29 16:59:02 +02:00
parent fcb08fac04
commit 0ffa3c69f9

2
Vagrantfile vendored
View File

@ -7,7 +7,7 @@ Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for # Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search. # boxes at https://atlas.hashicorp.com/search.
config.vm.box = "boxcutter/ubuntu1510" config.vm.box = "boxcutter/ubuntu1604"
# Disable automatic box update checking. If you disable this, then # Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs # boxes will only be checked for updates when the user runs