From 623e32eb726530e24d068f025a0e5620c4bae9c6 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 13 Jan 2024 15:24:14 +0100 Subject: [PATCH] Update rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 950b540..aa382ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.70 as cross +FROM --platform=$BUILDPLATFORM rust:1.75 as cross ARG TARGETARCH COPY docker/platform.sh . RUN ./platform.sh # should write /.platform and /.compiler