From af17b6a7c853724ae66a613278deff8ee7d71fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:31:07 +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 10a0c56..887257e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-slim-bookworm as chef +FROM rust:1.82-slim-bookworm as chef RUN apt-get update -y && \ apt-get install --no-install-recommends -y pkg-config make g++ libssl-dev curl jq && \ rustup target add x86_64-unknown-linux-gnu && \