From 1b73d248b3ceba5f3aebbd1ae243b462f5dd68dd Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 16 Oct 2024 16:12:23 -0700 Subject: [PATCH] bump rustc --- apps/labrinth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/labrinth/Dockerfile b/apps/labrinth/Dockerfile index 9038a59a9..e15875b14 100644 --- a/apps/labrinth/Dockerfile +++ b/apps/labrinth/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79.0 as build +FROM rust:1.81.0 as build ENV PKG_CONFIG_ALLOW_CROSS=1 WORKDIR /usr/src/labrinth