From f2bd94dcf30781bcfb59dd36565a18044c07df74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:37:36 +0000 Subject: [PATCH] [deps]: Update rust Docker tag to v1.91 --- crates/memory-testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/memory-testing/Dockerfile b/crates/memory-testing/Dockerfile index 61bfcb720..8bf85b4e5 100644 --- a/crates/memory-testing/Dockerfile +++ b/crates/memory-testing/Dockerfile @@ -1,7 +1,7 @@ ############################################### # Build stage # ############################################### -FROM rust:1.90-alpine AS base +FROM rust:1.91-alpine AS base WORKDIR /app # Make sure the correct rust toolchain is installed only once