Bump rust version
This commit is contained in:
parent
08936bb5e4
commit
0bdedaa7b3
8 changed files with 24 additions and 24 deletions
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
|
|||
|
||||
############################################################
|
||||
# Cache image with all the deps
|
||||
FROM rust:1.79-bookworm AS builder_cache
|
||||
FROM rust:1.80-bookworm AS builder_cache
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue