From 788cc320b58507657d4e63509af00eca57412fd0 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Fri, 4 Apr 2025 01:01:24 +0000 Subject: [PATCH] Update rust Docker tag to v1.86.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 440421c..af0a03d 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM rust:1.84.1 AS lib_builder +FROM rust:1.86.0 AS lib_builder WORKDIR /src COPY rust/ . RUN cargo build