Update rust Docker tag to v1.86.0

This commit is contained in:
Devops Bot 2025-04-04 01:01:24 +00:00
parent 227a80fd97
commit 788cc320b5

View File

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