Ver código fonte

Default onelinesetup to 2.4.3

Mark Shust 3 anos atrás
pai
commit
34786baf38
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/onelinesetup

+ 1 - 1
lib/onelinesetup

@@ -2,7 +2,7 @@
 set -o errexit
 set -o errexit
 
 
 DOMAIN=${1:-magento.test}
 DOMAIN=${1:-magento.test}
-VERSION=${2:-2.4.2}
+VERSION=${2:-2.4.3}
 EDITION=${3:-community}
 EDITION=${3:-community}
 
 
 curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
 curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash