Currently our deployments for Rust and Flutter don't specify versions to build with. The Flutter deployment will pull in the most recent stable version and the Rust deployment will build with the version included in the runner. This could lead to a situation where our services/apps suddenly break on a new deployment. Plus our dev containers are locked to specific versions, there will be a mismatch between what we develop in and what is deployed.
Currently our deployments for Rust and Flutter don't specify versions to build with. The Flutter deployment will pull in the most recent stable version and the Rust deployment will build with the version included in the runner. This could lead to a situation where our services/apps suddenly break on a new deployment. Plus our dev containers are locked to specific versions, there will be a mismatch between what we develop in and what is deployed.