To adhere to Google Cloud Platform (GCP) best practices and benefit from the latest software features and capabilities, ensure that you always use the most recent version of the language runtime for your Cloud Run services.
optimisation
excellence
Using the latest language runtime version for Cloud Run services is crucial for security, performance, and access to the latest features and libraries. It ensures your services benefit from bug fixes, optimizations, and improved compatibility. By staying up-to-date, you minimize vulnerabilities and keep your serverless applications running smoothly and efficiently.
Audit
To determine if your Cloud Run services are configured to use the latest version of the language runtime, perform the following operations:
Remediation / Resolution
To update the language runtime version for your Google Cloud Run services in order to prevent security and compatibility risks, perform the following operations:
References
- Google Cloud Platform (GCP) Documentation
- Supported language runtimes and base images
- Runtime Support
- GCP Command Line Interface (CLI) Documentation
- gcloud projects list
- gcloud run services list
- gcloud run services describe
- gcloud run services update
- gcloud beta run deploy