From 62922d1a56d882a423d165582ed232010fe40e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:49:38 +0000 Subject: [PATCH] [deps]: Update rust Docker tag to v1.90 --- 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 fc1ded01b..61bfcb720 100644 --- a/crates/memory-testing/Dockerfile +++ b/crates/memory-testing/Dockerfile @@ -1,7 +1,7 @@ ############################################### # Build stage # ############################################### -FROM rust:1.89-alpine AS base +FROM rust:1.90-alpine AS base WORKDIR /app # Make sure the correct rust toolchain is installed only once