Update Dockerfile

This commit is contained in:
riordanp 2023-04-05 04:16:23 +01:00 committed by GitHub
parent baec1d3894
commit 822708bb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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