From 84079cfed9c785301d4a633e76626ab1715723e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:53:29 +0000 Subject: [PATCH] :arrow_up: - Update rust Docker tag to v1.97.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1233752..2937a54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.97.0 AS build-stage RUN mkdir /stellar WORKDIR /stellar