소스 검색

Corrected onelinesetup to download 2.3.3

Mark Shust 6 년 전
부모
커밋
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