diff --git a/lib/onelinesetup b/lib/onelinesetup index d802f4593..62b5fbdaa 100755 --- a/lib/onelinesetup +++ b/lib/onelinesetup @@ -2,7 +2,7 @@ set -o errexit DOMAIN=${1:-magento.test} -VERSION=${2:-2.4.6-p4} +VERSION=${2:-2.4.7} EDITION=${3:-community} curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash