diff --git a/Dockerfile b/Dockerfile index 7eb7c68..b3e25a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.77.1 as rust +FROM rust:1.78.0 as rust RUN rustup component add clippy rustfmt WORKDIR /app