devcontainer: Bump Rust version

This commit is contained in:
Linus Astel
2025-08-14 20:38:13 +02:00
committed by nitnelave
parent 5c9897b156
commit 7ef2af8beb
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.74
FROM rust:1.85
ARG USERNAME=lldapdev
# We need to keep the user as 1001 to match the GitHub runner's UID.