You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker files get the Rust Toolchain version by directly accessing the version.njk file through the curl command.
This should be changed to use njk replacements when FileSync is run. The Completion of a PR will cause the Build container image to run, and automatically generate a new docker container image.
As it stands today, changes to rust versions require manually generating a new container build.
The text was updated successfully, but these errors were encountered:
apop5
changed the title
Docker Files
Docker Files and Rust Toolchain
Mar 28, 2025
This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Docker files get the Rust Toolchain version by directly accessing the version.njk file through the curl command.
This should be changed to use njk replacements when FileSync is run. The Completion of a PR will cause the Build container image to run, and automatically generate a new docker container image.
As it stands today, changes to rust versions require manually generating a new container build.
The text was updated successfully, but these errors were encountered: