From c00e3549656053d4b598d7945d34f55efe1158a1 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Sat, 9 Aug 2025 01:01:59 +0000 Subject: [PATCH] Update rust Docker tag to v1.89.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 440421c..e1b46f2 100644 --- a/Containerfile +++ b/Containerfile @@ -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