diff --git a/Dockerfile b/Dockerfile index 0e5503e..0bcea3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache ############################################################ # Cache image with all the deps -FROM rust:1.75-bookworm AS builder_cache +FROM rust:1.78-bookworm AS builder_cache RUN rustup component add rustfmt clippy