Update rust Docker tag to v1.91.0

This commit is contained in:
2025-10-31 01:01:44 +00:00
parent 227a80fd97
commit 5058b80135

View File

@@ -1,4 +1,4 @@
FROM rust:1.84.1 AS lib_builder
FROM rust:1.91.0 AS lib_builder
WORKDIR /src
COPY rust/ .
RUN cargo build