Procházet zdrojové kódy

Merge pull request #282 from lvillani/debian76

Merge pull request #282
Alex Payne před 10 roky
rodič
revize
d11aa373fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile Zobrazit soubor

@@ -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/debian75"
46
+    debian.vm.box = "box-cutter/debian76"
47 47
   end
48 48
 
49 49
   #

Loading…
Zrušit
Uložit