From 8c0289660cc99365212c4d37e8fcc9dd747a4eec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:15:06 +0000 Subject: [PATCH] :arrow_up: - Update rust Docker tag to v1.93.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1233752..1031d26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.73.0 AS build-stage +FROM rust:1.93.1 AS build-stage RUN mkdir /stellar WORKDIR /stellar