bump rust in dockerfile
This commit is contained in:
parent
054460ad3e
commit
8892aae601
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# Cache image with all the deps
|
# 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
|
RUN rustup component add rustfmt clippy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue