From 7cbda6591c20041e28185e729370066bfc9fdadd Mon Sep 17 00:00:00 2001 From: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:49:47 +0530 Subject: [PATCH] Update Linux docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a45a4b1..b0b906d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG RUST_VERSION=1.82.0 +ARG RUST_VERSION=1.84.0 FROM rust:$RUST_VERSION as builder