Bump to Rust 1.74.1
This commit is contained in:
parent
0043886411
commit
c766b89553
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
|
|||
|
||||
############################################################
|
||||
# Cache image with all the deps
|
||||
FROM rust:1.73-bookworm AS builder_cache
|
||||
FROM rust:1.74-bookworm AS builder_cache
|
||||
|
||||
RUN rustup component add rustfmt clippy
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue