Updating rust version in docker file

This commit is contained in:
godmodegalactus 2024-02-06 18:34:44 +01:00
parent 196b400e15
commit ffbdb2326a
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 1 additions and 1 deletions

View File

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