Browse Source

Update Debian base box to Debian 7.6

Lorenzo Villani 9 years ago
parent
commit
6707b80417
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile View File

43
   #
43
   #
44
 
44
 
45
   config.vm.define "debian", primary: true do |debian|
45
   config.vm.define "debian", primary: true do |debian|
46
-    debian.vm.box = "box-cutter/debian75"
46
+    debian.vm.box = "box-cutter/debian76"
47
   end
47
   end
48
 
48
 
49
   #
49
   #

Loading…
Cancel
Save