فهرست منبع

Magento 2.4.4 as default

Since we have new patch versions and the new stable version 2.4.4 working fine. I think it's relevant to update it.
Rafael Corrêa Gomes 3 سال پیش
والد
کامیت
92980dd6cb
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-p1}
+VERSION=${2:-2.4.4}
 EDITION=${3:-community}
 
 curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash