diff --git a/Dockerfile b/Dockerfile index d8bc57f..1b8a3d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN ./setup.py install # COMMUNICATION # ------------------------------------------------------ -FROM rust:1.69 as communication-builder +FROM rust:1.83 as communication-builder COPY communication/src /build/src COPY communication/Cargo.toml /build