浏览代码

Updated onelinesetup to use 2.4.3-p1 by default

Adarsh Manickam 3 年之前
父节点
当前提交
0c0feacd6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/onelinesetup

+ 1 - 1
lib/onelinesetup

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