bump deps

This commit is contained in:
Σrebe - Romain GERARD 2024-06-24 20:06:38 +02:00
parent 7f24217b64
commit f2404e79e1
No known key found for this signature in database
GPG key ID: 7A42B4B97E0332F4
6 changed files with 39 additions and 29 deletions

View file

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