From c4ca0986a259a0a83804e6d6ccb6e4d12033211d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 16:54:52 -0500 Subject: [PATCH] Bump rust from 1.82.0 to 1.83.0 in the docker group (#171) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 140e52f..c4efef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.82.0 AS builder +FROM --platform=$BUILDPLATFORM rust:1.83.0 AS builder RUN apt-get update && apt-get install -y \ gcc-aarch64-linux-gnu \