From 219fac87b15e92ecc71bf8ea1eb80d0705df7faa Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 20 Apr 2025 23:45:48 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20rust=20version=20(1?= =?UTF-8?q?.83=20->=201.86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7c8b4a..c47e365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.83 AS builder +FROM rust:1.86 AS builder # Homemade docker image providing the dioxus-cli COPY --from=rg.fr-par.scw.cloud/asr-projects/dioxus-cli:asr-0.6.3 /usr/local/bin/dx /usr/local/bin/dx