Pin Rust version to 1.85.0 in CI workflows and Docker images

Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-20 23:52:12 +00:00
parent 4d8fccb502
commit 2e2a67c13b
5 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.85
FROM rust:1.85.0
ARG USERNAME=lldapdev
# We need to keep the user as 1001 to match the GitHub runner's UID.