Explorar el Código

Corrected onelinesetup to download 2.3.3

Mark Shust hace 6 años
padre
commit
ece612b122
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/onelinesetup

+ 1 - 1
lib/onelinesetup

@@ -1,6 +1,6 @@
 #!/bin/bash
 DOMAIN=${1:-magento2.test}
-VERSION=${2:-2.3.0}
+VERSION=${2:-2.3.3}
 
 curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template|bash -s - magento-2
 bin/download $VERSION