Update rust Docker tag to v1.91.1

This commit is contained in:
2025-11-11 01:01:50 +00:00
parent 227a80fd97
commit 2951c7ebb9

View File

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