From 466f1e178063b6229363533e2d58fbf6ed847573 Mon Sep 17 00:00:00 2001 From: Mattia Di Eleuterio Date: Sun, 5 May 2024 12:56:35 +0200 Subject: [PATCH] use rust 1.78 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cba0f0c..68787d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # by using --platform=$BUILDPLATFORM we force the build step # to always run on the native architecture of the build machine # making the build time shorter -FROM --platform=$BUILDPLATFORM rust:1.75 as builder +FROM --platform=$BUILDPLATFORM rust:1.78 as builder ARG BUILDPLATFORM ARG TARGETPLATFORM