From a5eb6620997b49a8311f777245f53b129012f538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:33:42 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.93.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 626242c..c2d9eeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.87.0 AS chef +FROM --platform=$BUILDPLATFORM rust:1.93.0 AS chef RUN apt-get update && apt-get install -y clang curl llvm lld musl-tools gcc-multilib g++-multilib #RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y #ENV PATH="/root/.cargo/bin:${PATH}"