Преглед изворни кода

Merge pull request #550 from drpayyne/patch-5

Mark Shust пре 3 година
родитељ
комит
523f3841ab
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