Updating rust version in docker file
This commit is contained in:
parent
196b400e15
commit
ffbdb2326a
|
@ -1,5 +1,5 @@
|
|||
# syntax = docker/dockerfile:1.2
|
||||
FROM rust:1.70.0 as base
|
||||
FROM rust:1.73.0 as base
|
||||
RUN cargo install cargo-chef --locked
|
||||
RUN rustup component add rustfmt
|
||||
RUN apt-get update && apt-get install -y clang cmake ssh
|
||||
|
|
Loading…
Reference in New Issue