Browse Source

Update Debian base box to Debian 7.8

Sven Neuhaus 9 years ago
parent
commit
e542de0a5c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile View File

@@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
43 43
   #
44 44
 
45 45
   config.vm.define "debian", primary: true do |debian|
46
-    debian.vm.box = "box-cutter/debian76"
46
+    debian.vm.box = "box-cutter/debian78"
47 47
   end
48 48
 
49 49
   #

Loading…
Cancel
Save