Explorar el Código

Update Debian base box to Debian 7.8

Sven Neuhaus hace 9 años
padre
commit
e542de0a5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile Ver fichero

@@ -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…
Cancelar
Guardar