From 5e236f1c9ed2b43c68fa6046b25f691a58c3a28d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 12:03:57 +0000 Subject: [PATCH] Update rust Docker tag to v1.97 --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index b27b005a177..e193dc3e980 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96-slim AS build +FROM rust:1.97-slim AS build WORKDIR /usr/src/app