From d89504a950e42259118bd6982ff268a5a12b247f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:06:02 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.82 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20f308d..79ed431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81 AS base +FROM rust:1.82 AS base RUN cargo install cargo-chef WORKDIR /app