From 2951c7ebb9cf05fc681ae5fe10a0f36679569061 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Tue, 11 Nov 2025 01:01:50 +0000 Subject: [PATCH] Update rust Docker tag to v1.91.1 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 440421c..950ccad 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1 AS lib_builder +FROM rust:1.91.1 AS lib_builder WORKDIR /src COPY rust/ . RUN cargo build