From 8892aae6015967991bf17b3296563b0795fae7e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Thu, 16 May 2024 09:13:59 +0200 Subject: [PATCH] bump rust in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e5503e..0bcea3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BUILDER_IMAGE=builder_cache ############################################################ # 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