diff --git a/Dockerfile b/Dockerfile index 17fab8c..8fb03dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69.0 as rust +FROM rust:1.71.1 as rust RUN rustup component add clippy rustfmt WORKDIR /app