Update rust Docker tag to v1.88.0

This commit is contained in:
2025-06-27 01:01:34 +00:00
parent 227a80fd97
commit 603ce8fd86

View File

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