Update rust Docker tag to v1.85.0

This commit is contained in:
Devops Bot 2025-02-21 01:01:53 +00:00
parent 227a80fd97
commit f738baaf1e

View File

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