diff --git a/Dockerfile b/Dockerfile index 23e33ee4..fedd161a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,7 @@ ENV LIBRARY_PATH="$CUDA_HOME/lib64/stubs" ## Rust builder ################################################################ # Using bookworm for compilation so the rust binaries get linked against libssl.so.3 -FROM rust:1.78-bookworm as rust-builder +FROM rust:1.89-bookworm as rust-builder ARG PROTOC_VERSION ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse