Skip to content

Commit 93a248a

Browse files
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] <support@github.com>
1 parent 4bf8d14 commit 93a248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# training loss curves from NeMo.
2222
ARG BASE_IMAGE=nvcr.io/nvidia/pytorch:25.06-py3
2323

24-
FROM rust:1.86.0 AS rust-env
24+
FROM rust:1.89.0 AS rust-env
2525

2626
RUN rustup set profile minimal && \
2727
rustup install 1.82.0 && \

0 commit comments

Comments
 (0)