diff --git a/bin/compile b/bin/compile index 23664c5..78be62d 100644 --- a/bin/compile +++ b/bin/compile @@ -38,7 +38,7 @@ mkdir $build_dir export COMPOSER_MEMORY_LIMIT=-1 -composer create-project thunder/thunder-project:3.x ${build_dir} --stability dev --no-interaction --no-install +composer create-project thunder/thunder-project:dev-drush-11 ${build_dir} --stability dev --no-interaction --no-install cd ${build_dir} mv /app/thunder ${build_dir}