bump rust version to 1.83

This commit is contained in:
Σrebe - Romain GERARD 2024-12-15 09:29:40 +01:00
parent 38180e70f6
commit ee4d087577
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache
############################################################
# Cache image with all the deps
FROM rust:1.80-bookworm AS builder_cache
FROM rust:1.83-bookworm AS builder_cache
RUN rustup component add rustfmt clippy