diff --git a/Dockerfile b/Dockerfile index af4e538..2325a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.57 as builder +FROM rust:1.65 as builder RUN rustup component add rustfmt