From 3b221d45d542d686bb9f65addd6a1f53132c3a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:35:55 +0000 Subject: [PATCH] Bump rust from 1.86.0 to 1.89.0 Bumps rust from 1.86.0 to 1.89.0. --- updated-dependencies: - dependency-name: rust dependency-version: 1.89.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b197364..cb96360 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # training loss curves from NeMo. ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:25.06-py3 -FROM rust:1.86.0 AS rust-env +FROM rust:1.89.0 AS rust-env RUN rustup set profile minimal && \ rustup install 1.82.0 && \