From 406c295289ddf3120cd645241b3b12ad15a84700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:35:19 +0000 Subject: [PATCH] [deps]: Update rust Docker tag to v1.91 --- crates/bws/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/Dockerfile b/crates/bws/Dockerfile index 841ef7ca5..ad91ffa21 100644 --- a/crates/bws/Dockerfile +++ b/crates/bws/Dockerfile @@ -1,7 +1,7 @@ ############################################### # Build stage # ############################################### -FROM rust:1.90-alpine AS build +FROM rust:1.91-alpine AS build # Docker buildx supplies the value for this arg ARG TARGETPLATFORM