From 8f425647c339767d04bb18ebbe114f38992c23d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 06:16:07 -0400 Subject: [PATCH] Bump rust from 1.78.0 to 1.79.0 in the docker group (#158) 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 159d353..6080309 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.78.0 AS builder +FROM --platform=$BUILDPLATFORM rust:1.79.0 AS builder RUN apt-get update && apt-get install -y \ gcc-aarch64-linux-gnu \