diff --git a/ct/strapi.sh b/ct/strapi.sh index 7ddd45268..01efaebb9 100755 --- a/ct/strapi.sh +++ b/ct/strapi.sh @@ -36,7 +36,7 @@ function update_script() { msg_info "Updating Strapi" cd /opt/strapi - $STD npm install + $STD npx @strapi/upgrade minor --yes msg_ok "Updated Strapi" msg_info "Building Strapi"