Update rust Docker tag to v1.89.0

This commit is contained in:
2025-08-09 01:01:59 +00:00
parent 227a80fd97
commit c00e354965

View File

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