From 7aff159ddc2084d0e11b9af260de2ce463701934 Mon Sep 17 00:00:00 2001 From: Luca Versari Date: Wed, 11 Dec 2024 22:35:21 +0100 Subject: [PATCH] Fix rust version for update dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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