Container
Update the container image version to upgrade the application.
Locate the container definition (e.g. in your docker-compose.yml, Kubernetes Deployment, or similar configuration), and replace the current image tag with the desired version number. After updating the tag, redeploy the service to apply the new version.
Make sure the new version is compatible with your existing configuration, volume mounts, and any dependent services.