Syntho may also provide a new license key. Update the license key in your .env file.
LICENSE_KEY=<new-license>
Some older Compose bundles use SYNTHO_LICENSE instead of LICENSE_KEY. Use the variable name that exists in your .env.
After doing this, make sure to restart the application using docker compose up -d.
Update the application version
Most Compose bundles use APPLICATION_VERSION to pin the version:
APPLICATION_VERSION=<new-version>
Some bundles expose separate image variables instead (for example CORE_IMAGE, BACKEND_IMAGE, FRONTEND_IMAGE, RAY_IMAGE). If those exist in your .env, update the tags there.