From f738baaf1ee388fc738b73ce048d1d45af235989 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Fri, 21 Feb 2025 01:01:53 +0000 Subject: [PATCH] Update rust Docker tag to v1.85.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 440421c..0c368fa 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1 AS lib_builder +FROM rust:1.85.0 AS lib_builder WORKDIR /src COPY rust/ . RUN cargo build -- 2.45.2