Update Dockerfile
This commit is contained in:
parent
baec1d3894
commit
822708bb5f
|
@ -1,5 +1,5 @@
|
|||
# syntax = docker/dockerfile:1.2
|
||||
FROM rust:1.67.0 as base
|
||||
FROM rust:1.67.1 as base
|
||||
RUN cargo install cargo-chef
|
||||
RUN rustup component add rustfmt
|
||||
RUN apt-get update && apt-get install -y clang cmake ssh
|
||||
|
|
Loading…
Reference in New Issue