From 353182becf840eebcf938f00dc52c64aeec66563 Mon Sep 17 00:00:00 2001 From: mridul <65942753+rexdotsh@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:05:22 +0530 Subject: [PATCH] Bump `Dockerfile.arm`'s rust to 1.83 --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index f9e7ab2..0daae8e 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -1,5 +1,5 @@ # --- build image -FROM rust:1.80 AS builder +FROM rust:1.83 AS builder RUN rustup target add aarch64-unknown-linux-musl && \ apt-get update && \