From a0f2022184eae49c459d92cb871688a78d87035b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:57:27 +0000 Subject: [PATCH] :arrow_up: - Update rust Docker tag to v1.97.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1233752..75a4607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.97.1 AS build-stage RUN mkdir /stellar WORKDIR /stellar