diff --git a/Dockerfile.rust b/Dockerfile.rust index 3206f4a..03fc612 100644 --- a/Dockerfile.rust +++ b/Dockerfile.rust @@ -1,4 +1,4 @@ -FROM rust:1.74.0 +FROM rust:1.74.1 RUN apt-get update && apt-get install -y \ clang \