From 2bbe94e64c0e4eabbfbfea1f7e288d83b6af77bc Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 10 Jan 2025 01:08:45 +0000
Subject: [PATCH] [deps]: Update rust Docker tag to v1.84

---
 crates/bws/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/bws/Dockerfile b/crates/bws/Dockerfile
index 07f9f3a79..0dc30bd17 100644
--- a/crates/bws/Dockerfile
+++ b/crates/bws/Dockerfile
@@ -1,7 +1,7 @@
 ###############################################
 #                 Build stage                 #
 ###############################################
-FROM --platform=$BUILDPLATFORM rust:1.81 AS build
+FROM --platform=$BUILDPLATFORM rust:1.84 AS build
 
 # Docker buildx supplies the value for this arg
 ARG TARGETPLATFORM