From a2424db51cc021300f2a86d5f722b2103553ad77 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Thu, 2 Jan 2025 18:29:21 +0700 Subject: [PATCH] fix comment --- earthly/rust/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index 8d02fe15..f83f34e0 100644 --- a/earthly/rust/Earthfile +++ b/earthly/rust/Earthfile @@ -365,7 +365,7 @@ REMOVE_SOURCE_FINGERPRINTS: # TODO(bkioshn): https://github.com/input-output-hk/catalyst-ci/issues/322 # Installing Rust -# Code reference from [rust1.81.0-slim-bookworm](https://github.com/rust-lang/docker-rust/blob/63f877a36f8ba9d9b4b35cd49df3327264510886/stable/bookworm/slim/Dockerfile) +# Code reference from [rust1.83.0-slim-bookworm](https://github.com/rust-lang/docker-rust/blob/63f877a36f8ba9d9b4b35cd49df3327264510886/stable/bookworm/slim/Dockerfile) INSTALL_RUST: FUNCTION