Skip to content

Commit

Permalink
Fix rust version for update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veluca93 committed Dec 11, 2024
1 parent 955199b commit 7aff159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aff159

Please sign in to comment.