From 991e1188c9b29b9b6c0921a331984baa15d08767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:28:47 +0000 Subject: [PATCH] [deps]: Update rust Docker tag to v1.82 --- crates/bws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/Dockerfile b/crates/bws/Dockerfile index 07f9f3a79..67c85724e 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.82 AS build # Docker buildx supplies the value for this arg ARG TARGETPLATFORM