From a3799cdc2c4cc3087b0189519744cc0a5cfda97e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:00:22 +0000 Subject: [PATCH] [deps]: Update rust Docker tag to v1.87 --- 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 ae40a6122..3d7d790f8 100644 --- a/crates/memory-testing/Dockerfile +++ b/crates/memory-testing/Dockerfile @@ -1,7 +1,7 @@ ############################################### # Build stage # ############################################### -FROM rust:1.85 AS base +FROM rust:1.87 AS base WORKDIR /app # Make sure the correct rust toolchain is installed only once