Update rust Docker tag to v1.90.0

This commit is contained in:
2025-09-19 01:01:56 +00:00
parent 227a80fd97
commit 70d4482277

View File

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