浏览代码

Corrected onelinesetup to download 2.3.3

Mark Shust 5 年之前
父节点
当前提交
ece612b122
共有 1 个文件被更改,包括 1 次插入1 次删除
  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