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