From e88ca8430ebcac367d4933db1dac020b328aac8f Mon Sep 17 00:00:00 2001 From: Jai A Date: Sat, 19 Oct 2024 20:11:18 -0700 Subject: [PATCH] rust update --- apps/daedalus_client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/daedalus_client/Dockerfile b/apps/daedalus_client/Dockerfile index 19c88febe..75ffd717f 100644 --- a/apps/daedalus_client/Dockerfile +++ b/apps/daedalus_client/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79.0 as build +FROM rust:1.82.0 as build ENV PKG_CONFIG_ALLOW_CROSS=1 WORKDIR /usr/src/daedalus