Update rust Docker tag to v1.87.0

This commit is contained in:
Devops Bot 2025-05-16 01:01:36 +00:00
parent 227a80fd97
commit 4108d745dd

View File

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