From 9690c53179df728f352a407ddb84c56e84fd49f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:17:24 +0000 Subject: [PATCH] :arrow_up: - Update rust Docker tag to v1.94.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1233752..06efb75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.94.0 AS build-stage RUN mkdir /stellar WORKDIR /stellar